summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalistlevel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalistlevel.hxx')
-rw-r--r--sw/source/ui/vba/vbalistlevel.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/vba/vbalistlevel.hxx b/sw/source/ui/vba/vbalistlevel.hxx
index 3d41ebf599c2..1fd51d1e8049 100644
--- a/sw/source/ui/vba/vbalistlevel.hxx
+++ b/sw/source/ui/vba/vbalistlevel.hxx
@@ -44,10 +44,10 @@ public:
virtual css::uno::Reference< ::ooo::vba::word::XFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
virtual void SAL_CALL setFont( const css::uno::Reference< ::ooo::vba::word::XFont >& _font ) throw (css::uno::RuntimeException);
virtual ::sal_Int32 SAL_CALL getIndex() throw (css::uno::RuntimeException);
- virtual ::rtl::OUString SAL_CALL getLinkedStyle() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setLinkedStyle( const ::rtl::OUString& _linkedstyle ) throw (css::uno::RuntimeException);
- virtual ::rtl::OUString SAL_CALL getNumberFormat() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setNumberFormat( const ::rtl::OUString& _numberformat ) throw (css::uno::RuntimeException);
+ virtual OUString SAL_CALL getLinkedStyle() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setLinkedStyle( const OUString& _linkedstyle ) throw (css::uno::RuntimeException);
+ virtual OUString SAL_CALL getNumberFormat() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setNumberFormat( const OUString& _numberformat ) throw (css::uno::RuntimeException);
virtual float SAL_CALL getNumberPosition() throw (css::uno::RuntimeException);
virtual void SAL_CALL setNumberPosition( float _numberposition ) throw (css::uno::RuntimeException);
virtual ::sal_Int32 SAL_CALL getNumberStyle() throw (css::uno::RuntimeException);
@@ -64,8 +64,8 @@ public:
virtual void SAL_CALL setTrailingCharacter( ::sal_Int32 _trailingcharacter ) 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_LISTLEVEL_HXX */