[Libreoffice-commits] .: vcl/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Wed Dec 28 13:55:36 PST 2011
vcl/source/gdi/pdfextoutdevdata.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 39b185e9ce2aa86b36ca80f8286533c306107826
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Wed Dec 28 22:55:15 2011 +0100
Fix init order
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index a2d856d..23d81a4 100644
--- a/vcl/source/gdi/pdfextoutdevdata.cxx
+++ b/vcl/source/gdi/pdfextoutdevdata.cxx
@@ -511,8 +511,8 @@ PDFExtOutDevData::PDFExtOutDevData( const OutputDevice& rOutDev ) :
mbTransitionEffects ( sal_True ),
mbUseLosslessCompression( sal_True ),
mbReduceImageResolution ( sal_False ),
- mbExportNDests ( sal_False ),
mbExportHiddenSlides ( sal_False ),
+ mbExportNDests ( sal_False ),
mnFormsFormat ( 0 ),
mnPage ( -1 ),
mpPageSyncData ( NULL ),
More information about the Libreoffice-commits
mailing list