diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 13:56:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-07-29 13:56:34 +0200 |
commit | 784fc5fb32e954a17f466a2c4aa2680cfa4b2a4a (patch) | |
tree | 0e87c2d4a690143cb9723cbb4b55c64c2bef30e9 | |
parent | 8ea2d6b073ae283af3e7709862a23e5e39e87819 (diff) |
Fix previous commit
Change-Id: I2f3bb2e85457356a0e1ca313f3988eec40f362e7
-rw-r--r-- | sw/source/filter/html/htmlforw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx index 5b239e965881..f34e3512dc46 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" ); |