summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-10-25 14:05:11 +0000
committerAndreas Bregas <ab@openoffice.org>2001-10-25 14:05:11 +0000
commitb324465af53a656341efac1e9e388c3f51923f8f (patch)
tree81b6335270862a3069bbfe874a858ebed2e8e20c /xmlscript
parent955cc32f80cde76a357de4aba2ec803d692c76a9 (diff)
#92172# Initialise LibDescriptor flags
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_import.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index 17b94b1c44ee..e49debd53b2d 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmllib_import.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ab $ $Date: 2001-10-23 15:30:18 $
+ * last change: $Author: ab $ $Date: 2001-10-25 15:05:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -243,6 +243,7 @@ Reference< xml::XImportContext > LibrariesElement::createChildContext(
else if (rLocalName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("library") ))
{
LibDescriptor aDesc;
+ aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = sal_False;
aDesc.aName = xAttributes->getValueByUidName(
XMLNS_LIBRARY_UID, OUString( RTL_CONSTASCII_USTRINGPARAM("name") ) );