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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Sep 19 06:28:02 UTC 2018


 include/svx/SvxPresetListBox.hxx         |    1 -
 svx/source/tbxctrls/SvxPresetListBox.cxx |    3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 488db385bd14597b2c14410b855749bc5c5b9441
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Sep 19 08:27:33 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Sep 19 08:27:33 2018 +0200

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

diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx
index 6ee305256225..b090a65d60cf 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -31,7 +31,6 @@ class SVX_DLLPUBLIC SvxPresetListBox : public ValueSet
 {
 private:
     sal_uInt32 nColCount;
-    Size       aIconSize;
 
     DECL_LINK( OnMenuItemSelected, Menu*, bool );
 
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index c66f031e7dc4..6d136e8170d7 100644
--- a/svx/source/tbxctrls/SvxPresetListBox.cxx
+++ b/svx/source/tbxctrls/SvxPresetListBox.cxx
@@ -28,8 +28,7 @@
 
 SvxPresetListBox::SvxPresetListBox(vcl::Window* pParent, WinBits nWinStyle)
     : ValueSet(pParent, nWinStyle),
-      nColCount(3),
-      aIconSize( Size(60,64) )
+      nColCount(3)
 {
     SetEdgeBlending(true);
     SetExtraSpacing(4);


More information about the Libreoffice-commits mailing list