summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/statusindicator.hxx')
-rw-r--r--framework/inc/helper/statusindicator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index 3a9fb451ced0..1f99c8e56ddb 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -107,7 +107,7 @@ class StatusIndicator : public css::lang::XTypeProvider
//---------------------------------------
// XStatusIndicator
- virtual void SAL_CALL start(const ::rtl::OUString& sText ,
+ virtual void SAL_CALL start(const OUString& sText ,
sal_Int32 nRange)
throw(css::uno::RuntimeException);
@@ -117,7 +117,7 @@ class StatusIndicator : public css::lang::XTypeProvider
virtual void SAL_CALL reset()
throw(css::uno::RuntimeException);
- virtual void SAL_CALL setText(const ::rtl::OUString& sText)
+ virtual void SAL_CALL setText(const OUString& sText)
throw(css::uno::RuntimeException);
virtual void SAL_CALL setValue(sal_Int32 nValue)