diff options
Diffstat (limited to 'include/xmlscript')
-rw-r--r-- | include/xmlscript/xmllib_imexp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx index d0762b7722cb..16a543da1df3 100644 --- a/include/xmlscript/xmllib_imexp.hxx +++ b/include/xmlscript/xmllib_imexp.hxx @@ -37,11 +37,11 @@ struct XMLSCRIPT_DLLPUBLIC LibDescriptor { OUString aName; OUString aStorageURL; - sal_Bool bLink; - sal_Bool bReadOnly; - sal_Bool bPasswordProtected; + bool bLink; + bool bReadOnly; + bool bPasswordProtected; ::com::sun::star::uno::Sequence< OUString > aElementNames; - sal_Bool bPreload; + bool bPreload; }; struct XMLSCRIPT_DLLPUBLIC LibDescriptorArray |