[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Dec 3 14:31:29 UTC 2018
sc/source/core/opencl/formulagroupcl.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 03825850d5f86237657b0b3d3b17235fc9cb8d6f
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Tue Nov 27 22:14:17 2018 +0100
Commit: Luboš Luňák <l.lunak at collabora.com>
CommitDate: Mon Dec 3 15:31:06 2018 +0100
remove unused function
Change-Id: If965471464b4d3b2ded41951f8078d2e4dcaad10
Reviewed-on: https://gerrit.libreoffice.org/64233
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak at collabora.com>
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 7c0f9940ba9f..71acf15e9590 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -911,10 +911,6 @@ public:
ss << ",";
mStringArgument.GenDeclRef(ss);
}
- virtual void GenNumDeclRef( std::stringstream& ss ) const
- {
- VectorRef::GenSlidingWindowDecl(ss);
- }
virtual std::string GenSlidingWindowDeclRef( bool nested ) const override
{
std::stringstream ss;
More information about the Libreoffice-commits
mailing list