summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbprops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbprops.hxx')
-rw-r--r--ucb/source/core/ucbprops.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/core/ucbprops.hxx b/ucb/source/core/ucbprops.hxx
index 51e28e235b28..c63c03a8b4cf 100644
--- a/ucb/source/core/ucbprops.hxx
+++ b/ucb/source/core/ucbprops.hxx
@@ -49,7 +49,7 @@ class UcbPropertiesManager :
osl::Mutex m_aMutex;
private:
- sal_Bool queryProperty( const rtl::OUString& rName,
+ sal_Bool queryProperty( const OUString& rName,
com::sun::star::beans::Property& rProp );
public:
@@ -73,11 +73,11 @@ public:
getProperties()
throw( com::sun::star::uno::RuntimeException );
virtual com::sun::star::beans::Property SAL_CALL
- getPropertyByName( const rtl::OUString& aName )
+ getPropertyByName( const OUString& aName )
throw( com::sun::star::beans::UnknownPropertyException,
com::sun::star::uno::RuntimeException );
virtual sal_Bool SAL_CALL
- hasPropertyByName( const rtl::OUString& Name )
+ hasPropertyByName( const OUString& Name )
throw( com::sun::star::uno::RuntimeException );
};