summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-11-17 16:37:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-11-17 16:37:18 +0000
commitc09bda5cb8b2a26860cbccff8086b387d3663e71 (patch)
tree461f2dad433aff3cee12335692fc2e0766bd0d96 /xmloff/source
parent58ea0db5dc4fc96b5722eb5a2f6e91430a1c2463 (diff)
INTEGRATION: CWS urgentfix01 (1.19.52); FILE MERGED
2005/11/17 17:04:26 flr 1.19.52.1: #i45472# and #i55551#: master-page-name problem
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtstyle.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtstyle.cxx b/xmloff/source/text/txtstyle.cxx
index 1376434485c2..7ac02feed4cd 100644
--- a/xmloff/source/text/txtstyle.cxx
+++ b/xmloff/source/text/txtstyle.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtstyle.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:33:49 $
+ * last change: $Author: hr $ $Date: 2005-11-17 17:37:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -152,7 +152,7 @@ void XMLTextParagraphExport::exportStyleAttributes(
xPropState->getPropertyState( sPageDescName ) )
{
xPropSet->getPropertyValue( sPageDescName ) >>= sName;
- if( sName.getLength() > 0 )
+ // fix for #i5551# if( sName.getLength() > 0 )
GetExport().AddAttribute( XML_NAMESPACE_STYLE,
XML_MASTER_PAGE_NAME,
GetExport().EncodeStyleName( sName ) );