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

Kohei Yoshida kohei.yoshida at collabora.com
Fri Dec 19 12:41:14 PST 2014


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

New commits:
commit 0de9708a277ef85737d91925f77f1d95296eb91f
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Fri Dec 19 15:22:04 2014 -0500

    Let's hide this typedef. Not used outside this class.
    
    Change-Id: Id3713657a8a7ff54f8d06e5ee670fcb297686706

diff --git a/sc/source/core/opencl/opbase.hxx b/sc/source/core/opencl/opbase.hxx
index c1e47b8..7d6cc1d 100644
--- a/sc/source/core/opencl/opbase.hxx
+++ b/sc/source/core/opencl/opbase.hxx
@@ -189,8 +189,8 @@ public:
 
 class SlidingFunctionBase : public OpBase
 {
-public:
     typedef boost::shared_ptr<DynamicKernelArgument> SubArgument;
+public:
     typedef std::vector<SubArgument> SubArguments;
     virtual void GenSlidingWindowFunction( std::stringstream&,
         const std::string&, SubArguments& ) = 0;


More information about the Libreoffice-commits mailing list