summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-12 20:13:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-13 09:22:29 +0100
commit6b2cc1eb6c7404d6934aad2d2c78555a45c9b4a8 (patch)
treef27113c8129692c06dc03602411a8f880b94bddb /include/formula
parentdowngrade Unknown type: GailWindow warning to info (diff)
downloadcore-6b2cc1eb6c7404d6934aad2d2c78555a45c9b4a8.tar.gz
core-6b2cc1eb6c7404d6934aad2d2c78555a45c9b4a8.zip
XubString->OUString
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/funcutl.hxx2
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();