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

Tor Lillqvist tml at iki.fi
Wed Jul 3 11:52:19 PDT 2013


 sc/source/core/opencl/formulagroupcl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6aabd119c67f73699f7ba33099bdecd78fe18c9
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jul 3 21:46:26 2013 +0300

    WaE: unused parameter 'rMat'
    
    Change-Id: I5307b6eaee66dd66fbf64673767f7ac6a8225470

diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index ca064fe..6a96129 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -57,7 +57,7 @@ public:
                            const ScFormulaCellGroupRef& xGroup, ScTokenArray& rCode);
 };
 
-ScMatrixRef FormulaGroupInterpreterOpenCL::inverseMatrix(const ScMatrix& rMat)
+ScMatrixRef FormulaGroupInterpreterOpenCL::inverseMatrix(const ScMatrix& /* rMat */)
 {
     return ScMatrixRef();
 }


More information about the Libreoffice-commits mailing list