summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbasheetobjects.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbasheetobjects.hxx')
-rw-r--r--sc/source/ui/vba/vbasheetobjects.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbasheetobjects.hxx b/sc/source/ui/vba/vbasheetobjects.hxx
index 466c7ff377ec..0f96a1d41990 100644
--- a/sc/source/ui/vba/vbasheetobjects.hxx
+++ b/sc/source/ui/vba/vbasheetobjects.hxx
@@ -59,7 +59,7 @@ public:
// ScVbaCollectionBase
virtual css::uno::Any createCollectionObject( const css::uno::Any& rSource );
- virtual css::uno::Any getItemByStringIndex( const ::rtl::OUString& rIndex ) throw (css::uno::RuntimeException);
+ virtual css::uno::Any getItemByStringIndex( const OUString& rIndex ) throw (css::uno::RuntimeException);
protected:
ScVbaObjectContainerRef mxContainer;