summaryrefslogtreecommitdiffstats
path: root/sc/inc/simpleformulacalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-10 20:24:21 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-11 12:14:27 -0400
commit7333881bb7b04f7e4e2a28638024ae82a9c14e81 (patch)
tree97548f94ab918d502b45a5dda40ece5ad4117617 /sc/inc/simpleformulacalc.hxx
parentGetString() from ScMatrix to return SharedString. (diff)
downloadcore-7333881bb7b04f7e4e2a28638024ae82a9c14e81.tar.gz
core-7333881bb7b04f7e4e2a28638024ae82a9c14e81.zip
Formula tokens, formula cells and formula interpreters to use shared strings.
Change-Id: I5da99869fc7f61ce698180fa5daa9be9db9ac132
Diffstat (limited to 'sc/inc/simpleformulacalc.hxx')
-rw-r--r--sc/inc/simpleformulacalc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx
index 43ff6eac4acf..4d13c6bd7a3b 100644
--- a/sc/inc/simpleformulacalc.hxx
+++ b/sc/inc/simpleformulacalc.hxx
@@ -40,7 +40,7 @@ public:
bool IsValue();
sal_uInt16 GetErrCode();
double GetValue();
- OUString GetString();
+ svl::SharedString GetString();
short GetFormatType() const { return mnFormatType; }
sal_uLong GetFormatIndex() const { return mnFormatIndex; }