diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:42:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 12:42:25 +0000 |
commit | 12b58da611b5338f80d5028f10f8cd07e30065ae (patch) | |
tree | 95e0020e23f27f3efc60e587f218ea295f382cff /xmlscript/inc | |
parent | f62e089e4f80f0f14ed09b57c61c188eb8685879 (diff) |
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
Diffstat (limited to 'xmlscript/inc')
-rw-r--r-- | xmlscript/inc/xmlscript/xmllib_imexp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 |