summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/dlg/Formula.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-12-18 23:22:24 +0100
committerEike Rathke <erack@redhat.com>2015-12-18 23:33:42 +0100
commit9a9bf646cfc388324df017fb0b9e0f6ad71acabd (patch)
tree3102cdb7a3ee6345fcb80fa5719d96b7d8caeac3 /reportdesign/source/ui/dlg/Formula.cxx
parentd86e429f339131e05081132a6ef6aae41e5f6811 (diff)
Formula Wizard: evaluating expressions always in matrix context is wrong
Change-Id: I276f7bbf2bd6fa7c67d8691634ad9d79e4a08b1c (cherry picked from commit dc89367a5622748dd7c37b89ac300a663b8b98e9)
Diffstat (limited to 'reportdesign/source/ui/dlg/Formula.cxx')
-rw-r--r--reportdesign/source/ui/dlg/Formula.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/dlg/Formula.cxx b/reportdesign/source/ui/dlg/Formula.cxx
index dd1b33f68be5..03f4a7a04a17 100644
--- a/reportdesign/source/ui/dlg/Formula.cxx
+++ b/reportdesign/source/ui/dlg/Formula.cxx
@@ -107,7 +107,7 @@ void FormulaDialog::dispose()
// Funktionen fuer rechte Seite
-bool FormulaDialog::calculateValue( const OUString& rStrExp, OUString& rStrResult )
+bool FormulaDialog::calculateValue( const OUString& rStrExp, OUString& rStrResult, bool /*bMatrixFormula*/ )
{
rStrResult = rStrExp;
return false;