diff options
author | Eike Rathke <erack@redhat.com> | 2015-12-18 23:22:24 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-12-18 23:28:14 +0100 |
commit | dc89367a5622748dd7c37b89ac300a663b8b98e9 (patch) | |
tree | 07cea3163e2e9a300afda171fa4a7aed793dd153 /include | |
parent | fe88326d35579f2c88efe96a45911affa9c9f174 (diff) |
Formula Wizard: evaluating expressions always in matrix context is wrong
Change-Id: I276f7bbf2bd6fa7c67d8691634ad9d79e4a08b1c
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/IFunctionDescription.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/IFunctionDescription.hxx b/include/formula/IFunctionDescription.hxx index 1c7ccb96753f..bed71cd06302 100644 --- a/include/formula/IFunctionDescription.hxx +++ b/include/formula/IFunctionDescription.hxx @@ -124,7 +124,7 @@ namespace formula virtual void setSelection(sal_Int32 _nStart, sal_Int32 _nEnd) = 0; virtual FormEditData* getFormEditData() const = 0; - virtual bool calculateValue(const OUString& _sExpression, OUString& _rResult) = 0; + virtual bool calculateValue(const OUString& _sExpression, OUString& _rResult, bool bMatrixFormula) = 0; virtual void switchBack() = 0; |