summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbanames.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbanames.hxx')
-rw-r--r--sc/source/ui/vba/vbanames.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbanames.hxx b/sc/source/ui/vba/vbanames.hxx
index a274a0fa1e06..8ee94165a6cb 100644
--- a/sc/source/ui/vba/vbanames.hxx
+++ b/sc/source/ui/vba/vbanames.hxx
@@ -66,8 +66,8 @@ public:
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
// ScVbaNames_BASE
- virtual rtl::OUString getServiceImplName();
- virtual css::uno::Sequence<rtl::OUString> getServiceNames();
+ virtual OUString getServiceImplName();
+ virtual css::uno::Sequence<OUString> getServiceNames();
};
#endif /* SC_VBA_NAMES_HXX */