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/authfld.hxx | |
parent | 68f7b7a37309f577da1b868ee012246449133c01 (diff) |
tidy up WW8FormulaControl, with knock on results elsewhere
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r-- | sw/inc/authfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index fa1ab08bb499..e17e8239a1bf 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -170,7 +170,7 @@ public: const String& GetFieldText(ToxAuthorityField eField) const; - virtual void SetPar1(const String& rStr); + virtual void SetPar1(const rtl::OUString& rStr); virtual SwFieldType* ChgTyp( SwFieldType* ); virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhichId ) const; |