summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/font.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/font.cxx')
-rw-r--r--vcl/source/gdi/font.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx
index b20286959b9c..489304e7cb9a 100644
--- a/vcl/source/gdi/font.cxx
+++ b/vcl/source/gdi/font.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "unotools/fontcfg.hxx"
#include "tools/stream.hxx"
@@ -37,7 +36,6 @@
using namespace vcl;
-
Impl_Font::Impl_Font() :
maColor( COL_TRANSPARENT ),
maFillColor( COL_TRANSPARENT ),
@@ -614,7 +612,6 @@ void Font::Merge( const Font& rFont )
if ( rFont.mpImplFont->meWidthType != WIDTH_DONTKNOW )
SetWidthType( rFont.GetWidthType() );
-
if ( rFont.GetSize().Height() )
SetSize( rFont.GetSize() );
if ( rFont.GetUnderline() != UNDERLINE_DONTKNOW )