Re: [Cvslog] r20406 - in /lyx-devel/trunk/src: PDFOptions.cpp PDFOptio...

2007-09-21 Thread Andre Poenitz
On Fri, Sep 21, 2007 at 02:10:56AM -, [EMAIL PROTECTED] wrote: Author: rgheck Date: Fri Sep 21 04:10:50 2007 New Revision: 20406 URL: http://www.lyx.org/trac/changeset/20406 Log: Fix from Pavel. Modified: lyx-devel/trunk/src/PDFOptions.cpp lyx-devel/trunk/src/PDFOptions.h

Re: [Cvslog] r20406 - in /lyx-devel/trunk/src: PDFOptions.cpp PDFOptio...

2007-09-21 Thread Pavel Sanda
-void PDFOptions::writeLaTeX(odocstream os) const +void PDFOptions::writeLaTeX(odocstringstream os) const Why? my fault. PDFOptions::writeLaTeX is called with odocstringstream param elsewhere and when we were haunting strange bug yesterday i was not sure whether this couldnt make some

Re: [Cvslog] r20406 - in /lyx-devel/trunk/src: PDFOptions.cpp PDFOptio...

2007-09-21 Thread Andre Poenitz
On Fri, Sep 21, 2007 at 02:10:56AM -, [EMAIL PROTECTED] wrote: > Author: rgheck > Date: Fri Sep 21 04:10:50 2007 > New Revision: 20406 > > URL: http://www.lyx.org/trac/changeset/20406 > Log: > Fix from Pavel. > > Modified: > lyx-devel/trunk/src/PDFOptions.cpp >

Re: [Cvslog] r20406 - in /lyx-devel/trunk/src: PDFOptions.cpp PDFOptio...

2007-09-21 Thread Pavel Sanda
> > -void PDFOptions::writeLaTeX(odocstream ) const > > +void PDFOptions::writeLaTeX(odocstringstream ) const > > Why? my fault. PDFOptions::writeLaTeX is called with odocstringstream param elsewhere and when we were haunting strange bug yesterday i was not sure whether this couldnt make some