summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-12-29 00:02:18 +0100
committerPierre-André Jacquod <pjacquod@alumni.ethz.ch>2011-12-29 00:04:28 +0100
commit9cc02548dec9b953eb186052d424d981cb2addea (patch)
tree31b27350fc018ca861d576b7ad033a403177ab06 /vcl
parent39b185e9ce2aa86b36ca80f8286533c306107826 (diff)
change order of var in PDFExtOutDevData to suppress waring
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/pdfextoutdevdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/pdfextoutdevdata.hxx b/vcl/inc/vcl/pdfextoutdevdata.hxx
index c1be576651c4..244a11b2ce22 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 mbExportHiddenSlides;
sal_Bool mbExportNDests; //i56629
+ sal_Bool mbExportHiddenSlides;
sal_Int32 mnFormsFormat;
sal_Int32 mnPage;
com::sun::star::lang::Locale maDocLocale;