summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-30 09:31:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-30 09:31:50 +0000
commita33da01d81b723a89859605432a004f1be31e1e0 (patch)
tree365ee07040d29fbd994052e5106624b75109728f /xmloff
parent44f517a1ba7fcdbbf0a889a5b04af72825995b88 (diff)
INTEGRATION: CWS impress40 (1.94.18); FILE MERGED
2005/03/22 12:20:14 cl 1.94.18.2: #b6236864# removed wrongly merged stuff 2005/03/22 12:14:11 cl 1.94.18.1: #b6236864# fixed header&footer
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index 7518fc72cd66..93f8a635daf3 100644
--- a/xmloff/source/draw/sdxmlexp.cxx
+++ b/xmloff/source/draw/sdxmlexp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdxmlexp.cxx,v $
*
- * $Revision: 1.97 $
+ * $Revision: 1.98 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 14:34:20 $
+ * last change: $Author: rt $ $Date: 2005-03-30 10:31:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1775,7 +1775,7 @@ void SdXMLExport::ImpWriteHeaderFooterDecls()
sBuffer.append( nIndex );
AddAttribute(XML_NAMESPACE_PRESENTATION, XML_NAME, sBuffer.makeStringAndClear());
- SvXMLElementExport aElem(*this, XML_NAMESPACE_PRESENTATION, XML_FOOTER_DECL, sal_True, sal_True);
+ SvXMLElementExport aElem(*this, XML_NAMESPACE_PRESENTATION, XML_FOOTER_DECL, sal_False, sal_False);
Characters((*aIter));
}
}
@@ -1799,7 +1799,7 @@ void SdXMLExport::ImpWriteHeaderFooterDecls()
if( !rDecl.mbFixed )
AddAttribute( XML_NAMESPACE_STYLE, XML_DATA_STYLE_NAME, getDataStyleName( rDecl.mnFormat ) );
- SvXMLElementExport aElem(*this, XML_NAMESPACE_PRESENTATION, XML_DATE_TIME_DECL, sal_True, sal_True);
+ SvXMLElementExport aElem(*this, XML_NAMESPACE_PRESENTATION, XML_DATE_TIME_DECL, sal_False, sal_False);
if( rDecl.mbFixed )
Characters(rDecl.maStrText);
}