summaryrefslogtreecommitdiff
path: root/include/svx/fillctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-05 15:57:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-05 17:21:58 +0100
commit8c73b6eeb87eeac3def69e0026e80d7d951e2592 (patch)
tree1767db86c4fd3a4d58ca4368ff1fd11255c768b2 /include/svx/fillctrl.hxx
parent8caebf50b3ee159da4db500f969427b49f07af80 (diff)
vertically center toolbox/listboxes
Change-Id: I01270b85e019362e8343f4b097620620674f0443
Diffstat (limited to 'include/svx/fillctrl.hxx')
-rw-r--r--include/svx/fillctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx
index 1ec8a4184408..b14099897111 100644
--- a/include/svx/fillctrl.hxx
+++ b/include/svx/fillctrl.hxx
@@ -83,8 +83,8 @@ private:
VclPtr<SvxFillTypeBox> mpLbFillType;
VclPtr<ToolBox> mpToolBoxColor;
VclPtr<SvxFillAttrBox> mpLbFillAttr;
- Size maLogicalFillSize;
- Size maLogicalAttrSize;
+
+ void SetOptimalSize();
virtual void DataChanged(const DataChangedEvent& rDCEvt) SAL_OVERRIDE;