summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextHeaderFooterContext.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-23 10:56:25 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-23 10:56:25 +0000
commit55d9d2e5aaa28d18badbc193c30a4a7d87d6a2e8 (patch)
tree38f115396ba7d33e9f6dade84c0b0bd72443f420 /xmloff/source/text/XMLTextHeaderFooterContext.cxx
parent2f03ca33100b4f46ccfa10cc5fbc0f7611e013cc (diff)
syntax
Diffstat (limited to 'xmloff/source/text/XMLTextHeaderFooterContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextHeaderFooterContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextHeaderFooterContext.cxx b/xmloff/source/text/XMLTextHeaderFooterContext.cxx
index cc70a45f2b9b..8a928f190cbd 100644
--- a/xmloff/source/text/XMLTextHeaderFooterContext.cxx
+++ b/xmloff/source/text/XMLTextHeaderFooterContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextHeaderFooterContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2000-10-23 11:33:22 $
+ * last change: $Author: mib $ $Date: 2000-10-23 11:56:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ XMLTextHeaderFooterContext::XMLTextHeaderFooterContext( SvXMLImport& rImport, sa
xPropSet( rPageStylePropSet ),
sOn( OUString::createFromAscii( bFooter ? "FooterIsOn" : "HeaderIsOn" ) ),
sShareContent( OUString::createFromAscii( bFooter ? "FooterIsShared"
- s: "HeaderShared" ) ),
+ : "HeaderShared" ) ),
sText( OUString::createFromAscii( bFooter ? "FooterText" : "HeaderText" ) ),
sTextLeft( OUString::createFromAscii( bFooter ? "FooterTextLeft"
: "HeaderTextLeft" ) ),