From 92ce8daf21f2081eca9b4f4294115b904c168a46 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 1 Sep 2013 09:50:46 +0100 Subject: callcatcher: update unused code Change-Id: I3f304f97b91b26b445174255a63e15c6668ad438 --- sw/source/ui/inc/numfmtlb.hxx | 4 ---- sw/source/ui/utlui/numfmtlb.cxx | 16 ---------------- 2 files changed, 20 deletions(-) (limited to 'sw/source/ui') 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(); -- cgit