Kaydet (Commit) e2e6f22a authored tarafından Michael Brauer's avatar Michael Brauer

#85930#: fo:font-style-name -> style:font-style-name

üst 9e7d096a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlnume.cxx,v $ * $RCSfile: xmlnume.cxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: mib $ $Date: 2001-03-19 10:50:10 $ * last change: $Author: mib $ $Date: 2001-04-20 15:10:43 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -474,7 +474,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel, ...@@ -474,7 +474,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
sXML_font_family, sTmp ); sXML_font_family, sTmp );
if( sBulletFontStyleName.getLength() ) if( sBulletFontStyleName.getLength() )
GetExport().AddAttribute( XML_NAMESPACE_FO, GetExport().AddAttribute( XML_NAMESPACE_STYLE,
sXML_font_style_name, sXML_font_style_name,
sBulletFontStyleName ); sBulletFontStyleName );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment