Kaydet (Commit) 488db385 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: Ibe152c3d57cac2084ab83443ff163bd05223653f
üst c3de0478
......@@ -31,7 +31,6 @@ class SVX_DLLPUBLIC SvxPresetListBox : public ValueSet
{
private:
sal_uInt32 nColCount;
Size aIconSize;
DECL_LINK( OnMenuItemSelected, Menu*, bool );
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment