summaryrefslogtreecommitdiff
path: root/sfx2/inc/frmload.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 /sfx2/inc/frmload.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 'sfx2/inc/frmload.hxx')
-rw-r--r--sfx2/inc/frmload.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index 35f106ee8b2e..a62ea316a1e7 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -64,16 +64,16 @@ protected:
private:
const SfxFilter* impl_getFilterFromServiceName_nothrow(
- const ::rtl::OUString& i_rServiceName
+ const OUString& i_rServiceName
) const;
- ::rtl::OUString impl_askForFilter_nothrow(
+ OUString impl_askForFilter_nothrow(
const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& i_rxHandler,
- const ::rtl::OUString& i_rDocumentURL
+ const OUString& i_rDocumentURL
) const;
const SfxFilter* impl_detectFilterForURL(
- const ::rtl::OUString& _rURL,
+ const OUString& _rURL,
const ::comphelper::NamedValueCollection& i_rDescriptor,
const SfxFilterMatcher& rMatcher
) const;
@@ -93,7 +93,7 @@ private:
) const;
sal_uInt16 impl_findSlotParam(
- const ::rtl::OUString& i_rFactoryURL
+ const OUString& i_rFactoryURL
) const;
SfxObjectShellRef impl_findObjectShell(
@@ -129,7 +129,7 @@ private:
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel2 >& i_rModel,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& i_rFrame,
const ::comphelper::NamedValueCollection& i_rViewFactoryArgs,
- const ::rtl::OUString& i_rViewName
+ const OUString& i_rViewName
);
};