diff options
author | Pierre-André Jacquod <pjacquod@alumni.ethz.ch> | 2011-12-29 00:05:51 +0100 |
---|---|---|
committer | Pierre-André Jacquod <pjacquod@alumni.ethz.ch> | 2011-12-29 00:05:51 +0100 |
commit | 3bcee0e100e9fdadc2c5b15036caaf2ed53ac6dc (patch) | |
tree | e0832dda1aad3270b8c4f10d4d5da9580045baba /vcl | |
parent | 9cc02548dec9b953eb186052d424d981cb2addea (diff) |
Revert "change order of var in PDFExtOutDevData to suppress waring"
since already corrected in an other way.
this reverts commit 9cc02548dec9b953eb186052d424d981cb2addea.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/pdfextoutdevdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/pdfextoutdevdata.hxx b/vcl/inc/vcl/pdfextoutdevdata.hxx index 244a11b2ce22..c1be576651c4 100644 --- a/vcl/inc/vcl/pdfextoutdevdata.hxx +++ b/vcl/inc/vcl/pdfextoutdevdata.hxx @@ -92,8 +92,8 @@ class VCL_DLLPUBLIC PDFExtOutDevData : public ExtOutDevData sal_Bool mbReduceImageResolution; sal_Bool mbExportFormFields; sal_Bool mbExportBookmarks; - sal_Bool mbExportNDests; //i56629 sal_Bool mbExportHiddenSlides; + sal_Bool mbExportNDests; //i56629 sal_Int32 mnFormsFormat; sal_Int32 mnPage; com::sun::star::lang::Locale maDocLocale; |