summaryrefslogtreecommitdiff
path: root/include/svx/imapdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-09 10:47:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-09 10:55:24 +0100
commitac696f8b2d4ef40d6bf50207bcab8d902cd06415 (patch)
tree7e14f853446a86623896aa49c979d736ec6b1902 /include/svx/imapdlg.hxx
parentd8f53bbe2bb705fc067ee8cf653446916b469eb2 (diff)
tweak conversion a bit
a) rework to remove the need for a ::Resize impl b) move the explicit pixel size into relative APP_FONT size c) lock down the target combobox size so it doesn't jump around Change-Id: Iad995453c178234d1ad0f794b5193920dcd275fe
Diffstat (limited to 'include/svx/imapdlg.hxx')
-rw-r--r--include/svx/imapdlg.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index 1ac01910e7f5..dbf06f20a3b6 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -134,7 +134,6 @@ class SVX_DLLPUBLIC SvxIMapDlg : public SfxModelessDialog // SfxFloatingWindow
void* pCheckObj;
SvxIMapDlgItem aIMapItem;
- virtual void Resize() SAL_OVERRIDE;
virtual bool Close() SAL_OVERRIDE;
DECL_LINK( TbxClickHdl, ToolBox* );