diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 09:22:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 11:23:59 +0000 |
commit | ecda52f6b3919950870f3ddb195d34d3baf71168 (patch) | |
tree | a893e22f5ad130e669ad03dc1ca44872f86377d7 /svtools | |
parent | bef4b0dd6e638c1288c8855b514418e10ae19545 (diff) |
callcatcher: unused code
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/ctrlbox.hxx | 1 | ||||
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx index 0a8e566413f2..81f0cff47255 100644 --- a/svtools/inc/svtools/ctrlbox.hxx +++ b/svtools/inc/svtools/ctrlbox.hxx @@ -435,7 +435,6 @@ protected: public: FontNameBox( Window* pParent, WinBits nWinStyle = WB_SORT ); - FontNameBox( Window* pParent, const ResId& rResId ); virtual ~FontNameBox(); virtual void UserDraw( const UserDrawEvent& rUDEvt ); diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index bb35ebc189b5..c46932e81b6e 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -1048,16 +1048,6 @@ FontNameBox::FontNameBox( Window* pParent, WinBits nWinStyle ) : InitFontMRUEntriesFile(); } -// ------------------------------------------------------------------- - -FontNameBox::FontNameBox( Window* pParent, const ResId& rResId ) : - ComboBox( pParent, rResId ) -{ - mpFontList = NULL; - mbWYSIWYG = sal_False; - InitFontMRUEntriesFile(); -} - extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeFontNameBox(Window *pParent, VclBuilder::stringmap &rMap) { bool bDropdown = extractDropdown(rMap); |