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

New commits:
commit b9b8e26aa0ff86b131c9da84f33ee3ce397104d6
Author: Tor Lillqvist <t...@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;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to