summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 12:42:39 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 12:42:39 +0000
commit90c383e84351f86d193cca53645fc5d4a0fecd39 (patch)
tree5e9207a290d7e8a297d00c72e4ea4d1e89dfdcb1 /xmlscript
parent12b58da611b5338f80d5028f10f8cd07e30065ae (diff)
INTEGRATION: CWS jl5vba (1.6.80); FILE MERGED
2004/01/21 14:34:42 ab 1.6.80.1: #111934# Merge to src680, #110009# Added library preload flag
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_export.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
index b90f5c19d7a5..3938e97bf21a 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmllib_export.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ab $ $Date: 2001-12-14 12:12:53 $
+ * last change: $Author: obo $ $Date: 2004-03-17 13:42:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,6 +178,9 @@ SAL_CALL exportLibrary(
pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":passwordprotected") ),
rLib.bPasswordProtected ? aTrueStr : aFalseStr );
+ if( rLib.bPreload )
+ pLibElement->addAttribute( OUString( RTL_CONSTASCII_USTRINGPARAM(XMLNS_LIBRARY_PREFIX ":preload") ), aTrueStr );
+
sal_Int32 nElementCount = rLib.aElementNames.getLength();
if( nElementCount )
{