diff options
author | Benjamin Ni <benjaminniri@hotmail.com> | 2015-07-06 17:35:27 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-06 17:38:08 +0200 |
commit | 6a01844a9f504c40758daa570724f1983ab1be79 (patch) | |
tree | 41c3b3f0315d666e252918a46810d37de5296871 /sc/inc | |
parent | 1745af7d0a4157ce370d5ef2243f766bd28b6155 (diff) |
tdf#92547 - incorrect input values shown in formula wizard
Change-Id: I55dd98b1613376c8e1c83af8ffdc66a58e022cb1
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/simpleformulacalc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx index b70146851c93..340c9d8b958a 100644 --- a/sc/inc/simpleformulacalc.hxx +++ b/sc/inc/simpleformulacalc.hxx @@ -41,6 +41,7 @@ public: void Calculate(); bool IsValue(); + bool IsMatrix(); sal_uInt16 GetErrCode(); double GetValue(); svl::SharedString GetString(); |