summaryrefslogtreecommitdiff
path: root/stoc/inc/bootstrapservices.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 /stoc/inc/bootstrapservices.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 'stoc/inc/bootstrapservices.hxx')
-rw-r--r--stoc/inc/bootstrapservices.hxx44
1 files changed, 22 insertions, 22 deletions
diff --git a/stoc/inc/bootstrapservices.hxx b/stoc/inc/bootstrapservices.hxx
index fb25ade9cc93..57b9ca907cb0 100644
--- a/stoc/inc/bootstrapservices.hxx
+++ b/stoc/inc/bootstrapservices.hxx
@@ -33,71 +33,71 @@ namespace stoc_bootstrap
//servicemanager
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL OServiceManager_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext );
- ::com::sun::star::uno::Sequence< ::rtl::OUString > smgr_wrapper_getSupportedServiceNames();
- ::rtl::OUString smgr_wrapper_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > smgr_wrapper_getSupportedServiceNames();
+ OUString smgr_wrapper_getImplementationName();
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL OServiceManagerWrapper_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext )
throw (::com::sun::star::uno::Exception);
- ::com::sun::star::uno::Sequence< ::rtl::OUString > smgr_getSupportedServiceNames();
- ::rtl::OUString smgr_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > smgr_getSupportedServiceNames();
+ OUString smgr_getImplementationName();
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ORegistryServiceManager_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & xContext )
throw(::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
- ::com::sun::star::uno::Sequence< ::rtl::OUString > regsmgr_getSupportedServiceNames();
- ::rtl::OUString regsmgr_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > regsmgr_getSupportedServiceNames();
+ OUString regsmgr_getImplementationName();
//security
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ac_create(
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xComponentContext )
SAL_THROW( (::com::sun::star::uno::Exception) );
- ::com::sun::star::uno::Sequence< ::rtl::OUString > ac_getSupportedServiceNames() SAL_THROW(());
- ::rtl::OUString ac_getImplementationName() SAL_THROW(());
+ ::com::sun::star::uno::Sequence< OUString > ac_getSupportedServiceNames() SAL_THROW(());
+ OUString ac_getImplementationName() SAL_THROW(());
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL filepolicy_create(
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xComponentContext )
SAL_THROW( (com::sun::star::uno::Exception) );
- ::com::sun::star::uno::Sequence< rtl::OUString > filepolicy_getSupportedServiceNames() SAL_THROW(());
- ::rtl::OUString filepolicy_getImplementationName() SAL_THROW(());
+ ::com::sun::star::uno::Sequence< OUString > filepolicy_getSupportedServiceNames() SAL_THROW(());
+ OUString filepolicy_getImplementationName() SAL_THROW(());
//defaultregistry
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL NestedRegistry_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& )
throw( ::com::sun::star::uno::Exception);
- ::com::sun::star::uno::Sequence< ::rtl::OUString > defreg_getSupportedServiceNames();
- ::rtl::OUString defreg_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > defreg_getSupportedServiceNames();
+ OUString defreg_getImplementationName();
//simpleregistry
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SimpleRegistry_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& );
- ::com::sun::star::uno::Sequence< ::rtl::OUString > simreg_getSupportedServiceNames();
- ::rtl::OUString simreg_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > simreg_getSupportedServiceNames();
+ OUString simreg_getImplementationName();
//implementationregistry
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ImplementationRegistration_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& ); // throw(Exception)
- ::com::sun::star::uno::Sequence< ::rtl::OUString > impreg_getSupportedServiceNames();
- ::rtl::OUString impreg_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > impreg_getSupportedServiceNames();
+ OUString impreg_getImplementationName();
//loader
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL DllComponentLoader_CreateInstance(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& )
throw(::com::sun::star::uno::Exception);
- ::com::sun::star::uno::Sequence< ::rtl::OUString > loader_getSupportedServiceNames();
- ::rtl::OUString loader_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > loader_getSupportedServiceNames();
+ OUString loader_getImplementationName();
//registry_tdprovider
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ProviderImpl_create(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& )
throw(::com::sun::star::uno::Exception);
- ::com::sun::star::uno::Sequence< ::rtl::OUString > rdbtdp_getSupportedServiceNames();
- ::rtl::OUString rdbtdp_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > rdbtdp_getSupportedServiceNames();
+ OUString rdbtdp_getImplementationName();
//tdmanager
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ManagerImpl_create(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& )
SAL_THROW( (::com::sun::star::uno::Exception) );
- ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL tdmgr_getSupportedServiceNames();
- ::rtl::OUString SAL_CALL tdmgr_getImplementationName();
+ ::com::sun::star::uno::Sequence< OUString > SAL_CALL tdmgr_getSupportedServiceNames();
+ OUString SAL_CALL tdmgr_getImplementationName();
} // namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */