summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
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));