From 12b58da611b5338f80d5028f10f8cd07e30065ae Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 12:42:25 +0000 Subject: INTEGRATION: CWS jl5vba (1.8.14); FILE MERGED 2004/01/21 14:57:25 ab 1.8.14.1: #111934# Merge to src680, #110009# Added library preload flag --- xmlscript/inc/xmlscript/xmllib_imexp.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xmlscript') diff --git a/xmlscript/inc/xmlscript/xmllib_imexp.hxx b/xmlscript/inc/xmlscript/xmllib_imexp.hxx index 074d5c1a6d24..ecaa6d62adf4 100644 --- a/xmlscript/inc/xmlscript/xmllib_imexp.hxx +++ b/xmlscript/inc/xmlscript/xmllib_imexp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmllib_imexp.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2003-09-04 09:18:46 $ + * last change: $Author: obo $ $Date: 2004-03-17 13:42:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,6 +87,7 @@ struct LibDescriptor sal_Bool bReadOnly; sal_Bool bPasswordProtected; ::com::sun::star::uno::Sequence< ::rtl::OUString > aElementNames; + sal_Bool bPreload; }; struct LibDescriptorArray -- cgit