summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLSectionExport.cxx')
-rw-r--r--xmloff/source/text/XMLSectionExport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionExport.cxx b/xmloff/source/text/XMLSectionExport.cxx
index ef4e14993e50..157844a549ea 100644
--- a/xmloff/source/text/XMLSectionExport.cxx
+++ b/xmloff/source/text/XMLSectionExport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionExport.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: dvo $ $Date: 2001-04-02 16:31:39 $
+ * last change: $Author: dvo $ $Date: 2001-04-23 15:49:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -578,7 +578,7 @@ void XMLSectionExport::ExportRegularSectionStart(
aAny = xPropSet->getPropertyValue(sIsProtected);
if (*(sal_Bool*)aAny.getValue())
{
- GetExport().AddAttributeASCII(XML_NAMESPACE_TEXT, sXML_protect,
+ GetExport().AddAttributeASCII(XML_NAMESPACE_TEXT, sXML_protected,
sXML_true);
}
Sequence<sal_Int8> aPassword;