diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 07:35:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 07:35:42 +0000 |
commit | e1d2edcd8a29d2eebc1beb5cc1bc40c30be74041 (patch) | |
tree | 05015aa3f9e2c960edfbb16f254bc7843cd1d9bd /xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx | |
parent | ab4cf2b7ba124ef4ab2fae926e894643c1cccf60 (diff) |
INTEGRATION: CWS oasis (1.2.178); FILE MERGED
2004/05/07 12:00:05 mib 1.2.178.1: - #i20153#: encode/decode style names (ooo2oasis missing)
Diffstat (limited to 'xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx')
-rw-r--r-- | xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx b/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx index 33727322ebbb..f55702477da3 100644 --- a/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx +++ b/xmloff/source/text/XMLTextCharStyleNamesElementExport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLTextCharStyleNamesElementExport.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-27 18:20:41 $ + * last change: $Author: rt $ $Date: 2004-07-13 08:35:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ XMLTextCharStyleNamesElementExport::XMLTextCharStyleNamesElementExport( while( --i ) { rExport.AddAttribute( XML_NAMESPACE_TEXT, XML_STYLE_NAME, - *pName ); + rExport.EncodeStyleName( *pName ) ); rExport.StartElement( aName, sal_False ); ++pName; } |