summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-01 09:50:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-01 09:52:13 +0100
commit92ce8daf21f2081eca9b4f4294115b904c168a46 (patch)
treeda9dcbd30b66049b51e722d0f5c0662783268ef8 /sw/source/ui
parent8e55a68b7cc31e5cc07013f7a904db3434a7849e (diff)
callcatcher: update unused code
Change-Id: I3f304f97b91b26b445174255a63e15c6668ad438
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/inc/numfmtlb.hxx4
-rw-r--r--sw/source/ui/utlui/numfmtlb.cxx16
2 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/ui/inc/numfmtlb.hxx b/sw/source/ui/inc/numfmtlb.hxx
index 2dd2de9198a6..6ab9a77ef01b 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, SwView* pView, const ResId& rResId,
- short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0,
- sal_Bool bUsrFmts = sal_True );
-
~NumFormatListBox();
void Clear();
diff --git a/sw/source/ui/utlui/numfmtlb.cxx b/sw/source/ui/utlui/numfmtlb.cxx
index 221f8baad606..d01580607966 100644
--- a/sw/source/ui/utlui/numfmtlb.cxx
+++ b/sw/source/ui/utlui/numfmtlb.cxx
@@ -87,22 +87,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeNumFormatListBox(Window *pP
return pListBox;
}
-NumFormatListBox::NumFormatListBox( Window* pWin, SwView* pView,
- const ResId& rResId, short nFormatType,
- sal_uLong nDefFmt, sal_Bool bUsrFmts ) :
- ListBox ( pWin, rResId ),
- nCurrFormatType (-1),
- nStdEntry (0),
- bOneArea (sal_False),
- nDefFormat (nDefFmt),
- pVw (pView),
- pOwnFormatter (0),
- bShowLanguageControl(sal_False),
- bUseAutomaticLanguage(sal_True)
-{
- Init(nFormatType, bUsrFmts);
-}
-
void NumFormatListBox::Init(short nFormatType, sal_Bool bUsrFmts)
{
SwView *pView = GetView();