summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-04-07 12:06:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-04-07 14:23:11 +0200
commit1946794ae09ba732022fe6a74ea45e304ab70b84 (patch)
treee32bd7ba61fa021ecc7f8c85959df8ca837d6e81 /sw/inc/fldbas.hxx
parent5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec (diff)
mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 814ba38962a1..2c934321be8d 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -245,7 +245,7 @@ public:
static const String& GetTypeStr( sal_uInt16 nTypeId );
/// Only in derived classes.
- virtual const rtl::OUString& GetName() const;
+ virtual const OUString& GetName() const;
virtual SwFieldType* Copy() const = 0;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
@@ -323,14 +323,14 @@ public:
/// Query parameters for dialog and for BASIC.
inline sal_uInt32 GetFormat() const;
- virtual const rtl::OUString& GetPar1() const;
- virtual rtl::OUString GetPar2() const;
+ virtual const OUString& GetPar1() const;
+ virtual OUString GetPar2() const;
virtual String GetFormula() const;
virtual void ChangeFormat(sal_uInt32 n);
- virtual void SetPar1(const rtl::OUString& rStr);
- virtual void SetPar2(const rtl::OUString& rStr);
+ virtual void SetPar1(const OUString& rStr);
+ virtual void SetPar2(const OUString& rStr);
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId );