summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-07-02 18:22:26 +0100
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 13:23:16 -0400
commit12a426b0261c44c4625f627ea21bd308266acae5 (patch)
treecc4d0697b484883e8be9155564e1ca7068dcd5c0 /sc
parent97b026d934cdad9121c980cae87ea50bae9e4aad (diff)
fix naming snafu.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 9530276d5cf3..ca064fe4c5da 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 FormulaGroupInterpreterSoftware::inverseMatrix(const ScMatrix& rMat)
+ScMatrixRef FormulaGroupInterpreterOpenCL::inverseMatrix(const ScMatrix& rMat)
{
return ScMatrixRef();
}