sc/source/core/opencl/formulagroupcl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 05319245037373e6a794348cb875346096f32c2f Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Dec 6 16:59:34 2019 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Dec 6 20:00:28 2019 +0100 loplugin:implicitboolconversion ...in non-dependent templated code that Clang trunk now apparently processes more aggressively, presumably since <https://github.com/llvm/llvm-project/ commit/878a24ee244a24c39d1c57e9af2e88c621f7cce9> "Reapply 'Fix crash on switch conditions of non-integer types in templates'" Change-Id: I561d046c736b4e9574565c01daf0f59e7d5ec414 Reviewed-on: https://gerrit.libreoffice.org/84656 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index 233ebaea14a3..a0a0a8e4bc46 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -1207,9 +1207,9 @@ public: size_t GetWindowSize() const { return mpDVR->GetRefRowSize(); } - size_t GetStartFixed() const { return bIsStartFixed; } + bool GetStartFixed() const { return bIsStartFixed; } - size_t GetEndFixed() const { return bIsEndFixed; } + bool GetEndFixed() const { return bIsEndFixed; } protected: bool bIsStartFixed, bIsEndFixed; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits