summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbasection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasection.hxx')
-rw-r--r--sw/source/ui/vba/vbasection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbasection.hxx b/sw/source/ui/vba/vbasection.hxx
index 59d3463914e3..dfd297729279 100644
--- a/sw/source/ui/vba/vbasection.hxx
+++ b/sw/source/ui/vba/vbasection.hxx
@@ -45,8 +45,8 @@ public:
virtual css::uno::Any SAL_CALL PageSetup( ) throw (css::uno::RuntimeException);
// XHelperInterface
- virtual rtl::OUString getServiceImplName();
- virtual css::uno::Sequence<rtl::OUString> getServiceNames();
+ virtual OUString getServiceImplName();
+ virtual css::uno::Sequence<OUString> getServiceNames();
};
#endif /* SW_VBA_SECTION_HXX */