[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Tue Nov 26 00:10:34 PST 2013


 sc/source/core/tool/formulagroup.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b9b8e26aa0ff86b131c9da84f33ee3ce397104d6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Nov 26 10:08:11 2013 +0200

    WaE: unused parameter 'bForceEvaluation'
    
    Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd

diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx
index aa6e8e7..0fed853 100644
--- a/sc/source/core/tool/formulagroup.cxx
+++ b/sc/source/core/tool/formulagroup.cxx
@@ -651,6 +651,8 @@ bool FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool
         return bSuccess;
 #endif
     }
+#else
+    (void) bForceEvaluation;
 #endif
     return false;
 }


More information about the Libreoffice-commits mailing list