summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-04 09:03:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-04 09:35:19 +0100
commitf19ca44a0451df84c5329e456765eef4886e644b (patch)
tree5c761a53d9401aff49c1635e4a024608603b9722 /svtools
parent9e8d4c439f96d52b676b933b18902a3ec80e2f38 (diff)
callcatcher: update unused code
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrlbox.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index 2afe11f7ae6a..3bd3eba30885 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -1416,19 +1416,9 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
// FontStyleBox
-
-
-FontStyleBox::FontStyleBox( Window* pParent, const ResId& rResId ) :
- ComboBox( pParent, rResId )
-{
- aLastStyle = GetText();
-}
-
FontStyleBox::FontStyleBox(Window* pParent, WinBits nBits)
: ComboBox(pParent, nBits)
{
- aLastStyle = GetText();
-
//Use the standard texts to get an optimal size and stick to that size.
//That should stop the character dialog dancing around.
InsertEntry(SVT_RESSTR(STR_SVT_STYLE_LIGHT));