diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 20:13:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-13 09:22:29 +0100 |
commit | 6b2cc1eb6c7404d6934aad2d2c78555a45c9b4a8 (patch) | |
tree | f27113c8129692c06dc03602411a8f880b94bddb /include/formula | |
parent | 89253a0c258c1107f598e5a37470ecb09055a895 (diff) |
XubString->OUString
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/funcutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 0d802f137893..b34d56b85ee1 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -59,7 +59,7 @@ public: void SetRefValid(bool bValid); using Edit::SetText; - virtual void SetText( const XubString& rStr ); + void SetText( const OUString& rStr ); virtual void Modify(); void StartUpdateData(); |