[Libreoffice-commits] .: vcl/inc

Pierre-André Jacquod pjacquod at kemper.freedesktop.org
Wed Dec 28 14:05:56 PST 2011


 vcl/inc/vcl/pdfextoutdevdata.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3bcee0e100e9fdadc2c5b15036caaf2ed53ac6dc
Author: Pierre-André Jacquod <pjacquod at alumni.ethz.ch>
Date:   Thu Dec 29 00:05:51 2011 +0100

    Revert "change order of var in PDFExtOutDevData to suppress waring"
    
    since already corrected in an other way.
    this reverts commit 9cc02548dec9b953eb186052d424d981cb2addea.

diff --git a/vcl/inc/vcl/pdfextoutdevdata.hxx b/vcl/inc/vcl/pdfextoutdevdata.hxx
index 244a11b..c1be576 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;


More information about the Libreoffice-commits mailing list