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

New commits:
commit 6d4c23cc34d0a1db5e2ea743ea8d7e4ef6049420
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Thu May 28 18:18:27 2020 +0300
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Wed Jun 24 14:40:28 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 <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97026
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index fb58c75c506a..e4fb3e740006 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -5984,7 +5984,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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to