summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbanewfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/msforms/vbanewfont.hxx')
-rw-r--r--vbahelper/source/msforms/vbanewfont.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbanewfont.hxx b/vbahelper/source/msforms/vbanewfont.hxx
index 0ac236ec015a..17944bc02547 100644
--- a/vbahelper/source/msforms/vbanewfont.hxx
+++ b/vbahelper/source/msforms/vbanewfont.hxx
@@ -36,8 +36,8 @@ public:
const css::uno::Reference< css::beans::XPropertySet >& rxModelProps ) throw (css::uno::RuntimeException);
// XNewFont attributes
- virtual ::rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setName( const ::rtl::OUString& rName ) throw (css::uno::RuntimeException);
+ virtual OUString SAL_CALL getName() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setName( const OUString& rName ) throw (css::uno::RuntimeException);
virtual double SAL_CALL getSize() throw (css::uno::RuntimeException);
virtual void SAL_CALL setSize( double fSize ) throw (css::uno::RuntimeException);
virtual sal_Int16 SAL_CALL getCharset() throw (css::uno::RuntimeException);