diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-10-23 14:12:25 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-10-23 14:12:25 +0000 |
commit | f6d5274f6dad951cb973ab360d0b3ad2491ff34f (patch) | |
tree | d7d66169f67f861a798630472cfbfccfcf9c3910 /xmlscript/inc | |
parent | 7d673c36108f28c32f188636c9cf146deb80468a (diff) |
#92172# Library password 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 7cf7dc9051b1..c39e31672752 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dbo $ $Date: 2001-08-07 10:55:46 $ + * last change: $Author: ab $ $Date: 2001-10-23 15:12:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ struct LibDescriptor ::rtl::OUString aStorageURL; sal_Bool bLink; sal_Bool bReadOnly; + sal_Bool bPasswordProtected; ::com::sun::star::uno::Sequence< ::rtl::OUString > aElementNames; }; |