diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-12 10:57:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-13 09:50:41 +0100 |
commit | eca06e79c3f2ca02aa30e2e8ec140a7a10c999c3 (patch) | |
tree | 3e3c58147ce2b1d0974550b07cdfd189baf9092f /svtools | |
parent | 851a92bd022c48c5cc5e2f9943ce550167be124b (diff) |
callcatcher: update unused code list
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/ctrlbox.hxx | 1 | ||||
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx index d13455f5c159..5cb20efb26f5 100644 --- a/svtools/inc/svtools/ctrlbox.hxx +++ b/svtools/inc/svtools/ctrlbox.hxx @@ -485,7 +485,6 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox private: using ComboBox::SetText; public: - FontStyleBox( Window* pParent, WinBits nWinStyle = 0 ); FontStyleBox( Window* pParent, const ResId& rResId ); virtual ~FontStyleBox(); diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 5029aa75d272..cd528ec7590c 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -1442,13 +1442,6 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt ) // FontStyleBox // =================================================================== -FontStyleBox::FontStyleBox( Window* pParent, WinBits nWinStyle ) : - ComboBox( pParent, nWinStyle ) -{ -} - -// ------------------------------------------------------------------- - FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) : ComboBox( pParent, rResId ) { |