diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-07 16:52:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-08 12:02:36 +0000 |
commit | e73b23562911c15e9996eea70d3aff4983a2018c (patch) | |
tree | 2982c0dfc0d121d9be5192acca84eb49289e4670 /sw/inc/flddat.hxx | |
parent | 68f7b7a37309f577da1b868ee012246449133c01 (diff) |
tidy up WW8FormulaControl, with knock on results elsewhere
Diffstat (limited to 'sw/inc/flddat.hxx')
-rw-r--r-- | sw/inc/flddat.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx index 7ef3ce69d87c..1977b6f242b1 100644 --- a/sw/inc/flddat.hxx +++ b/sw/inc/flddat.hxx @@ -119,8 +119,8 @@ public: virtual double GetValue() const; - virtual void SetPar2(const String& rStr); - virtual String GetPar2() const; + virtual void SetPar2(const rtl::OUString& rStr); + virtual rtl::OUString GetPar2() const; inline sal_Bool IsDate() const { return (nSubType & DATEFLD) != 0; } |