summaryrefslogtreecommitdiff
path: root/configmgr/source/api2/groupaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/api2/groupaccess.hxx')
-rw-r--r--configmgr/source/api2/groupaccess.hxx19
1 files changed, 9 insertions, 10 deletions
diff --git a/configmgr/source/api2/groupaccess.hxx b/configmgr/source/api2/groupaccess.hxx
index f1fd59abf8..7a6903c0c7 100644
--- a/configmgr/source/api2/groupaccess.hxx
+++ b/configmgr/source/api2/groupaccess.hxx
@@ -43,7 +43,6 @@ namespace configmgr
{
namespace css = ::com::sun::star;
namespace uno = ::com::sun::star::uno;
- using rtl::OUString;
namespace configapi { class NodeGroupInfoAccess; }
@@ -69,12 +68,12 @@ namespace configmgr
// Interface methods
// XHierarchicalName
- virtual OUString SAL_CALL
+ virtual rtl::OUString SAL_CALL
getHierarchicalName( )
throw(uno::RuntimeException);
- virtual OUString SAL_CALL
- composeHierarchicalName( const OUString& aRelativeName )
+ virtual rtl::OUString SAL_CALL
+ composeHierarchicalName( const rtl::OUString& aRelativeName )
throw(css::lang::IllegalArgumentException, css::lang::NoSupportException,
uno::RuntimeException);
@@ -89,25 +88,25 @@ namespace configmgr
// XNameAccess
virtual uno::Any SAL_CALL
- getByName( const OUString& aName )
+ getByName( const rtl::OUString& aName )
throw(css::container::NoSuchElementException, css::lang::WrappedTargetException,
uno::RuntimeException);
- virtual uno::Sequence< OUString > SAL_CALL
+ virtual uno::Sequence< rtl::OUString > SAL_CALL
getElementNames( )
throw( uno::RuntimeException);
virtual sal_Bool SAL_CALL
- hasByName( const OUString& aName )
+ hasByName( const rtl::OUString& aName )
throw(uno::RuntimeException);
// XHierarchicalNameAccess
virtual uno::Any SAL_CALL
- getByHierarchicalName( const OUString& aName )
+ getByHierarchicalName( const rtl::OUString& aName )
throw(css::container::NoSuchElementException, uno::RuntimeException);
virtual sal_Bool SAL_CALL
- hasByHierarchicalName( const OUString& aName )
+ hasByHierarchicalName( const rtl::OUString& aName )
throw(uno::RuntimeException);
// XContainer
@@ -121,7 +120,7 @@ namespace configmgr
// XExactName
virtual ::rtl::OUString SAL_CALL
- getExactName( const OUString& aApproximateName )
+ getExactName( const rtl::OUString& aApproximateName )
throw(uno::RuntimeException);
// XProperty