diff options
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 |