From 8ec5a80d5772e207b4065bcac3fcfde16c137d9c Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Wed, 2 May 2001 14:04:56 +0000 Subject: changed property Password to Protectionkey --- xmloff/source/text/XMLSectionExport.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/source/text/XMLSectionExport.hxx') diff --git a/xmloff/source/text/XMLSectionExport.hxx b/xmloff/source/text/XMLSectionExport.hxx index e380ef983565..45658a38666b 100644 --- a/xmloff/source/text/XMLSectionExport.hxx +++ b/xmloff/source/text/XMLSectionExport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLSectionExport.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: dvo $ $Date: 2001-03-20 18:53:44 $ + * last change: $Author: dvo $ $Date: 2001-05-02 15:04:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,7 +183,7 @@ class XMLSectionExport const ::rtl::OUString sTextSection; const ::rtl::OUString sIsGlobalDocumentSection; - const ::rtl::OUString sPassword; + const ::rtl::OUString sProtectionKey; const ::rtl::OUString sEmpty; -- cgit