summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLStarBasicContextFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLStarBasicContextFactory.hxx')
-rw-r--r--xmloff/inc/XMLStarBasicContextFactory.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/inc/XMLStarBasicContextFactory.hxx b/xmloff/inc/XMLStarBasicContextFactory.hxx
index 31d0a63599fd..d4d6654a647d 100644
--- a/xmloff/inc/XMLStarBasicContextFactory.hxx
+++ b/xmloff/inc/XMLStarBasicContextFactory.hxx
@@ -34,10 +34,10 @@ class XMLEventsImportContext;
class XMLStarBasicContextFactory : public XMLEventContextFactory
{
- const ::rtl::OUString sEventType;
- const ::rtl::OUString sLibrary;
- const ::rtl::OUString sMacroName;
- const ::rtl::OUString sStarBasic;
+ const OUString sEventType;
+ const OUString sLibrary;
+ const OUString sMacroName;
+ const OUString sStarBasic;
public:
XMLStarBasicContextFactory();
@@ -46,15 +46,15 @@ public:
virtual SvXMLImportContext* CreateContext(
SvXMLImport& rImport, /// import context
sal_uInt16 nPrefix, /// element: namespace prefix
- const ::rtl::OUString& rLocalName, /// element: local name
+ const OUString& rLocalName, /// element: local name
const ::com::sun::star::uno::Reference< /// attribute list
::com::sun::star::xml::sax::XAttributeList> & xAttrList,
/// the context for the enclosing <script:events> element
XMLEventsImportContext* rEvents,
/// the event name (as understood by the API)
- const ::rtl::OUString& rApiEventName,
+ const OUString& rApiEventName,
/// the event type name (as registered)
- const ::rtl::OUString& rLanguage);
+ const OUString& rLanguage);
};
#endif