[Libreoffice-commits] core.git: sw/source

Stephan Bergmann sbergman at redhat.com
Tue Jul 29 04:57:09 PDT 2014


 sw/source/filter/html/htmlforw.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 784fc5fb32e954a17f466a2c4aa2680cfa4b2a4a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jul 29 13:56:34 2014 +0200

    Fix previous commit
    
    Change-Id: I2f3bb2e85457356a0e1ca313f3988eec40f362e7

diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx
index 5b239e9..f34e351 100644
--- a/sw/source/filter/html/htmlforw.cxx
+++ b/sw/source/filter/html/htmlforw.cxx
@@ -1093,7 +1093,6 @@ Writer& OutHTML_DrawFrmFmtAsControl( Writer& rWrt,
                 if( !bEdit || aFName != aFixedFont.GetName() )
                 {
                     FontFamily eFamily = FAMILY_DONTKNOW;
-                    sPropName = "FontFamily";
                     if( xPropSetInfo->hasPropertyByName( "FontName" ) )
                     {
                         aTmp = xPropSet->getPropertyValue( "FontName" );


More information about the Libreoffice-commits mailing list