summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapagesetup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapagesetup.hxx')
-rw-r--r--sw/source/ui/vba/vbapagesetup.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbapagesetup.hxx b/sw/source/ui/vba/vbapagesetup.hxx
index 641479ef7acb..310b5808e238 100644
--- a/sw/source/ui/vba/vbapagesetup.hxx
+++ b/sw/source/ui/vba/vbapagesetup.hxx
@@ -31,7 +31,7 @@ typedef cppu::ImplInheritanceHelper1< VbaPageSetupBase, ooo::vba::word::XPageSet
class SwVbaPageSetup : public SwVbaPageSetup_BASE
{
private:
- rtl::OUString getStyleOfFirstPage() throw (css::uno::RuntimeException);
+ OUString getStyleOfFirstPage() throw (css::uno::RuntimeException);
public:
SwVbaPageSetup( const css::uno::Reference< ooo::vba::XHelperInterface >& xParent,
@@ -53,8 +53,8 @@ public:
virtual void SAL_CALL setSectionStart( ::sal_Int32 _sectionstart ) 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