summaryrefslogtreecommitdiff
path: root/sw/inc/unoidxcoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unoidxcoll.hxx')
-rw-r--r--sw/inc/unoidxcoll.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/unoidxcoll.hxx b/sw/inc/unoidxcoll.hxx
index 765a307f89bf..0c9e885cf6df 100644
--- a/sw/inc/unoidxcoll.hxx
+++ b/sw/inc/unoidxcoll.hxx
@@ -35,12 +35,12 @@ public:
SwXDocumentIndexes(SwDoc *const pDoc);
// XServiceInfo
- virtual ::rtl::OUString SAL_CALL getImplementationName()
+ virtual OUString SAL_CALL getImplementationName()
throw (::com::sun::star::uno::RuntimeException);
virtual sal_Bool SAL_CALL supportsService(
- const ::rtl::OUString& rServiceName)
+ const OUString& rServiceName)
throw (::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
getSupportedServiceNames()
throw (::com::sun::star::uno::RuntimeException);
@@ -60,13 +60,13 @@ public:
// XNameAccess
virtual ::com::sun::star::uno::Any SAL_CALL getByName(
- const ::rtl::OUString& rName)
+ const OUString& rName)
throw (::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::WrappedTargetException,
::com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
getElementNames() throw (::com::sun::star::uno::RuntimeException);
- virtual sal_Bool SAL_CALL hasByName(const ::rtl::OUString& rName)
+ virtual sal_Bool SAL_CALL hasByName(const OUString& rName)
throw (::com::sun::star::uno::RuntimeException);
};