diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-12-28 22:55:15 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-12-28 22:55:15 +0100 |
commit | 39b185e9ce2aa86b36ca80f8286533c306107826 (patch) | |
tree | e0832dda1aad3270b8c4f10d4d5da9580045baba /vcl/source | |
parent | 86f08de96f4680938444a090912c85e4d23507e8 (diff) |
Fix init order
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/pdfextoutdevdata.cxx | 2 |
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 ), |