[Libreoffice-commits] core.git: sc/source
Kohei Yoshida
kohei.yoshida at collabora.com
Fri Dec 19 12:46:44 PST 2014
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit afbbbe91854cebf84865623d1a62712285241bde
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Fri Dec 19 15:45:19 2014 -0500
This one can be private as well.
Change-Id: I129c6a250116fdcf78dce63e3b46bb3c789d087d
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 4ffab79..8705224 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -1935,8 +1935,8 @@ struct SumIfsArgs
/// Helper functions that have multiple buffers
class DynamicKernelSoPArguments : public DynamicKernelArgument
{
-public:
typedef boost::shared_ptr<DynamicKernelArgument> SubArgument;
+public:
typedef std::vector<SubArgument> SubArgumentsType;
DynamicKernelSoPArguments(
More information about the Libreoffice-commits
mailing list