Georg Baum wrote:
Abdelrazak Younes wrote:
My patch was just moving some code. I did not want to change it at this
time because of no time to test it. But you are probably right in both
questions. If it compiles and works, just apply, it seems safe.
The code I cited was not moved, it was adde
Abdelrazak Younes wrote:
> My patch was just moving some code. I did not want to change it at this
> time because of no time to test it. But you are probably right in both
> questions. If it compiles and works, just apply, it seems safe.
The code I cited was not moved, it was added. I just wanted
Georg Baum wrote:
Am Dienstag, 19. Dezember 2006 15:27 schrieb [EMAIL PROTECTED]:
--- lyx-devel/trunk/src/paragraph.C (original)
+++ lyx-devel/trunk/src/paragraph.C Tue Dec 19 15:27:38 2006
@@ -69,6 +69,88 @@
using std::ostringstream;
+ParagraphMetrics::ParagraphMetrics()
+{
+}
+
+
+Parag
Am Dienstag, 19. Dezember 2006 15:27 schrieb [EMAIL PROTECTED]:
> --- lyx-devel/trunk/src/paragraph.C (original)
> +++ lyx-devel/trunk/src/paragraph.C Tue Dec 19 15:27:38 2006
> @@ -69,6 +69,88 @@
> using std::ostringstream;
>
>
> +ParagraphMetrics::ParagraphMetrics()
> +{
> +}
> +
> +
> +Par