Re: [Cvslog] r16335 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2006-12-20 Thread Abdelrazak Younes
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

Re: [Cvslog] r16335 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2006-12-20 Thread Georg Baum
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

Re: [Cvslog] r16335 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2006-12-20 Thread Abdelrazak Younes
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

Re: [Cvslog] r16335 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2006-12-19 Thread Georg Baum
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