From 90c383e84351f86d193cca53645fc5d4a0fecd39 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 12:42:39 +0000 Subject: 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 --- xmlscript/source/xmllib_imexp/xmllib_export.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xmlscript') 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 ) { -- cgit