summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/numfmtlb.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-27 09:16:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-27 09:58:35 +0100
commitf00cd93a66a6cf236114e810b1470e562315b777 (patch)
tree7edff4a18f651eb90b000a661d25883410f784bd /sw/source/ui/inc/numfmtlb.hxx
parentfix uneditable field in memory option page (diff)
downloadcore-f00cd93a66a6cf236114e810b1470e562315b777.tar.gz
core-f00cd93a66a6cf236114e810b1470e562315b777.zip
callcatcher: update unused code, esp unused Resource based ctor
e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
Diffstat (limited to 'sw/source/ui/inc/numfmtlb.hxx')
-rw-r--r--sw/source/ui/inc/numfmtlb.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/inc/numfmtlb.hxx b/sw/source/ui/inc/numfmtlb.hxx
index 28cfd6e4425b..2dd2de9198a6 100644
--- a/sw/source/ui/inc/numfmtlb.hxx
+++ b/sw/source/ui/inc/numfmtlb.hxx
@@ -47,10 +47,6 @@ class SW_DLLPUBLIC NumFormatListBox : public ListBox
public:
NumFormatListBox(Window* pWin, WinBits nStyle);
- NumFormatListBox( Window* pWin, const ResId& rResId,
- short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0,
- sal_Bool bUsrFmts = sal_True );
-
NumFormatListBox( Window* pWin, SwView* pView, const ResId& rResId,
short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0,
sal_Bool bUsrFmts = sal_True );