diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-23 14:49:51 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-23 14:49:51 +0000 |
commit | a2cddf96e7c9b6ef2c098c30986a3360e0fd7f5e (patch) | |
tree | 4d411b90afd6ef01300039edd1cd76a2d3a15de9 /xmloff/source/text/XMLSectionExport.cxx | |
parent | 0f20247b454ad93570089c09e2354ce3c371b742 (diff) |
changed text:protect to text:protected
Diffstat (limited to 'xmloff/source/text/XMLSectionExport.cxx')
-rw-r--r-- | xmloff/source/text/XMLSectionExport.cxx | 6 |
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; |