summaryrefslogtreecommitdiff
path: root/xmlscript/inc/xmlscript/xmllib_imexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/inc/xmlscript/xmllib_imexp.hxx')
-rw-r--r--xmlscript/inc/xmlscript/xmllib_imexp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/inc/xmlscript/xmllib_imexp.hxx b/xmlscript/inc/xmlscript/xmllib_imexp.hxx
index 5a5d30569d0b..6470e6cba7d1 100644
--- a/xmlscript/inc/xmlscript/xmllib_imexp.hxx
+++ b/xmlscript/inc/xmlscript/xmllib_imexp.hxx
@@ -35,12 +35,12 @@ namespace xmlscript
// functionality from xmlscript
struct XMLSCRIPT_DLLPUBLIC LibDescriptor
{
- ::rtl::OUString aName;
- ::rtl::OUString aStorageURL;
+ OUString aName;
+ OUString aStorageURL;
sal_Bool bLink;
sal_Bool bReadOnly;
sal_Bool bPasswordProtected;
- ::com::sun::star::uno::Sequence< ::rtl::OUString > aElementNames;
+ ::com::sun::star::uno::Sequence< OUString > aElementNames;
sal_Bool bPreload;
};