From e73b23562911c15e9996eea70d3aff4983a2018c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 7 Mar 2012 16:52:06 +0000 Subject: tidy up WW8FormulaControl, with knock on results elsewhere --- sw/inc/reffld.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/inc/reffld.hxx') diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx index 5db6268d5ce9..5d54b6dc4c3e 100644 --- a/sw/inc/reffld.hxx +++ b/sw/inc/reffld.hxx @@ -90,7 +90,7 @@ public: class SW_DLLPUBLIC SwGetRefField : public SwField { private: - String sSetRefName; + rtl::OUString sSetRefName; String sTxt; sal_uInt16 nSubType; sal_uInt16 nSeqNo; @@ -111,7 +111,7 @@ public: virtual String GetFieldName() const; - const String& GetSetRefName() const { return sSetRefName; } + const rtl::OUString& GetSetRefName() const { return sSetRefName; } // #i81002# // The instance, which represents the text attribute for the @@ -141,10 +141,10 @@ public: void SetSeqNo( sal_uInt16 n ) { nSeqNo = n; } // Name of reference. - virtual const String& GetPar1() const; - virtual void SetPar1(const String& rStr); + virtual const rtl::OUString& GetPar1() const; + virtual void SetPar1(const rtl::OUString& rStr); - virtual String GetPar2() const; + virtual rtl::OUString GetPar2() const; 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 ); -- cgit