summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLStarBasicExportHandler.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 12:06:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:11 +0200
commit1946794ae09ba732022fe6a74ea45e304ab70b84 (patch)
treee32bd7ba61fa021ecc7f8c85959df8ca837d6e81 /xmloff/inc/XMLStarBasicExportHandler.hxx
parent5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (diff)
mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
Diffstat (limited to 'xmloff/inc/XMLStarBasicExportHandler.hxx')
-rw-r--r--xmloff/inc/XMLStarBasicExportHandler.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx
index fae36291fc24..1ba34a9577ab 100644
--- a/xmloff/inc/XMLStarBasicExportHandler.hxx
+++ b/xmloff/inc/XMLStarBasicExportHandler.hxx
@@ -34,11 +34,11 @@ namespace com { namespace sun { namespace star {
class XMLStarBasicExportHandler : public XMLEventExportHandler
{
- const ::rtl::OUString sStarBasic;
- const ::rtl::OUString sLibrary;
- const ::rtl::OUString sMacroName;
- const ::rtl::OUString sStarOffice;
- const ::rtl::OUString sApplication;
+ const OUString sStarBasic;
+ const OUString sLibrary;
+ const OUString sMacroName;
+ const OUString sStarOffice;
+ const OUString sApplication;
public:
XMLStarBasicExportHandler();
@@ -46,7 +46,7 @@ public:
virtual void Export(
SvXMLExport& rExport,
- const ::rtl::OUString& rEventName,
+ const OUString& rEventName,
::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue> & rValues,
sal_Bool bUseWhitespace);