[Libreoffice-commits] core.git: include/svtools svtools/source

Stephan Bergmann sbergman at redhat.com
Tue Jul 14 06:00:27 PDT 2015


 include/svtools/filectrl.hxx           |    2 --
 svtools/source/filter/exportdialog.hxx |    3 ---
 2 files changed, 5 deletions(-)

New commits:
commit 34c211efce812d16dd414a94ca7aead8f671ae71
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jul 14 14:59:56 2015 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: Iccb727f1aae27a27ed829c9ba09e247611710295

diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index 8038b78..f82f67b 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -60,8 +60,6 @@ private:
     OUString        maButtonText;
     bool            mbOpenDlg;
 
-    Link<>          maDialogCreatedHdl;
-
     FileControlMode             mnFlags;
     FileControlMode_Internal    mnInternalFlags;
 
diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx
index e3015ec..1ef4ecd 100644
--- a/svtools/source/filter/exportdialog.hxx
+++ b/svtools/source/filter/exportdialog.hxx
@@ -109,13 +109,10 @@ private:
     OUString            ms8BitColorPalette;
     OUString            ms24BitColor;
 
-    Size                maDialogSize;
-
     FilterConfigItem*   mpOptionsItem;
     FilterConfigItem*   mpFilterOptionsItem;
 
     OUString            maExt;
-    OUString            maEstimatedSizeText;
     sal_Int16           mnFormat;
     sal_Int32           mnMaxFilesizeForRealtimePreview;
 


More information about the Libreoffice-commits mailing list