summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-19 08:27:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-19 08:27:33 +0200
commit488db385bd14597b2c14410b855749bc5c5b9441 (patch)
tree01825d77849f98af208ab3a4287059f64995ad6f /svx
parentc3de0478fbcbe1dc22ab5dea42b423bb8e45fcba (diff)
-Werror,-Wunused-private-field
Change-Id: Ibe152c3d57cac2084ab83443ff163bd05223653f
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/SvxPresetListBox.cxx3
1 files changed, 1 insertions, 2 deletions
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);