summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapropvalue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapropvalue.hxx')
-rw-r--r--sc/source/ui/vba/vbapropvalue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbapropvalue.hxx b/sc/source/ui/vba/vbapropvalue.hxx
index c4c8136a436e..0cdd5fb836a9 100644
--- a/sc/source/ui/vba/vbapropvalue.hxx
+++ b/sc/source/ui/vba/vbapropvalue.hxx
@@ -43,7 +43,7 @@ public:
virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
- rtl::OUString SAL_CALL getDefaultPropertyName() throw (css::uno::RuntimeException) { return ::rtl::OUString("Value"); }
+ OUString SAL_CALL getDefaultPropertyName() throw (css::uno::RuntimeException) { return OUString("Value"); }
};
#endif //SC_VBA_PROPVALULE_HXX