diff options
-rw-r--r-- | forms/source/richtext/rtattributehandler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/richtext/rtattributehandler.cxx b/forms/source/richtext/rtattributehandler.cxx index 0b34312c4433..c36f408da238 100644 --- a/forms/source/richtext/rtattributehandler.cxx +++ b/forms/source/richtext/rtattributehandler.cxx @@ -351,8 +351,6 @@ namespace frm if ( pFontHeightItem ) { - // correct measurement units - MapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); (void)eItemMapUnit; sal_uLong nHeight = pFontHeightItem->GetHeight(); if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != MapUnit::MapTwip ) { |