https://bugs.documentfoundation.org/show_bug.cgi?id=98895

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |er...@redhat.com

--- Comment #2 from Julien Nabet <serval2...@yahoo.fr> ---
Eike: with this straightforward patch,
diff --git a/sc/source/ui/unoobj/cellsuno.cxx
b/sc/source/ui/unoobj/cellsuno.cxx
index 2e262b4..5b9cd4b 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -3974,7 +3974,7 @@ uno::Reference<uno::XInterface>
ScCellRangesBase::Find_Impl(
                 SCTAB nTab;
                 if (pLastPos)
                     pLastPos->GetVars( nCol, nRow, nTab );
-                else
+                else if (!aRanges.empty())
                 {
                     nTab = lcl_FirstTab(aRanges);   //! mehrere Tabellen?
                     ScDocument::GetSearchAndReplaceStart( *pSearchItem, nCol,
nRow );

I got no crash but got a popup with this instead:
"Inadmissible value or data type.
Index out of defined range.
"
Is it normal or is the patch wrong or insufficient?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to