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

New commits:
commit da68d45ff872cefb8606467c12aedece76a877d7
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu May 28 18:18:27 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu May 28 21:45:53 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>

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index e7ba202632a2..1de54e8f03e5 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -5939,7 +5939,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