summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-12-28 22:55:15 +0100
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-12-29 00:41:03 +0100
commit6ea45acb55294fe99dbe44dec1ff844ab0989111 (patch)
tree51d0bf05bf9854b278721902a48b1d36d5a46576 /vcl
parent0fcf0fa0a6760d85e791bd4a63fe6a0a75e59ea5 (diff)
Fix init order
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfextoutdevdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index a2d856dbf058..23d81a4a5ec8 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 ),