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

New commits:
commit daebdc6928aff7c09f9e961ce11c38d5e636ed0b
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu May 28 18:18:27 2020 +0300
Commit:     Tor Lillqvist <t...@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 <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95145
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to