diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 09:03:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 09:35:19 +0100 |
commit | f19ca44a0451df84c5329e456765eef4886e644b (patch) | |
tree | 5c761a53d9401aff49c1635e4a024608603b9722 /svx | |
parent | 9e8d4c439f96d52b676b933b18902a3ec80e2f38 (diff) |
callcatcher: update unused code
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/charmap.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx index e6cf886cbd40..656c50c28fe2 100644 --- a/svx/source/dialog/charmap.cxx +++ b/svx/source/dialog/charmap.cxx @@ -55,15 +55,6 @@ sal_uInt32& SvxShowCharSet::getSelectedChar() // class SvxShowCharSet ================================================== -SvxShowCharSet::SvxShowCharSet(Window* pParent, const ResId& rResId) - : Control(pParent, rResId) - , m_pAccessible(NULL) - , aVscrollSB(this, WB_VERT) -{ - init(); - InitSettings( true, true ); -} - SvxShowCharSet::SvxShowCharSet(Window* pParent) : Control(pParent, WB_TABSTOP | WB_BORDER) , m_pAccessible(NULL) |