[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sc/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 25 15:37:27 UTC 2020


 sc/source/ui/view/gridwin.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit daebdc6928aff7c09f9e961ce11c38d5e636ed0b
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu May 28 18:18:27 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jun 25 17:36:57 2020 +0200

    tdf#128502: Remove one more assertion
    
    See bda60c9b1ca6a0fbfde9f3428489f33729cc81f1.
    
    Change-Id: If67f0696c56b0984dcfffdcf748d4f412874a64f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95061
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95145
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 094fe1d7f456..b5e19cda389f 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -5971,7 +5971,6 @@ void ScGridWindow::UpdateKitSelection(const std::vector<tools::Rectangle>& rRect
         if (it == pViewShell)
             continue;
         auto pOther = dynamic_cast<const ScTabViewShell *>(it);
-        assert(pOther);
         if (!pOther)
             return;
 


More information about the Libreoffice-commits mailing list