summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrlbox.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index bad8ecee665d..4a8c98c046a1 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -1262,10 +1262,8 @@ void FontSizeBox::ImplInit()
{
EnableAutocomplete( false );
- bPtRelative = false;
bRelative = false;
bStdSize = false;
- pFontList = nullptr;
SetShowTrailingZeros( false );
SetDecimalDigits( 1 );
@@ -1289,9 +1287,6 @@ void FontSizeBox::Reformat()
void FontSizeBox::Fill( const FontMetric* pFontMetric, const FontList* pList )
{
- // remember for relative mode
- pFontList = pList;
-
// no font sizes need to be set for relative mode
if ( bRelative )
return;