summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbacolumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbacolumn.hxx')
-rw-r--r--sw/source/ui/vba/vbacolumn.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbacolumn.hxx b/sw/source/ui/vba/vbacolumn.hxx
index 1165069f5a2f..b116b690d798 100644
--- a/sw/source/ui/vba/vbacolumn.hxx
+++ b/sw/source/ui/vba/vbacolumn.hxx
@@ -47,8 +47,8 @@ public:
static void SelectColumn( const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::text::XTextTable >& xTextTable, sal_Int32 nStartColumn, sal_Int32 nEndColumn ) 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_COLUMN_HXX */