sd/source/ui/func/fusearch.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit 2e6608de95d0d845b6a2eccfaba7baebc992e7c8 Author: Caolán McNamara <[email protected]> Date: Tue Jul 12 09:58:41 2016 +0100 fix assert about unsorted ids when search+replace in impress Change-Id: Ib4d549a18365f954cb3e35ac016a4c69803cff99 diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx index 3e1a986..a18e340 100644 --- a/sd/source/ui/func/fusearch.cxx +++ b/sd/source/ui/func/fusearch.cxx @@ -42,15 +42,14 @@ namespace sd { static sal_uInt16 SidArraySpell[] = { SID_DRAWINGMODE, - SID_SLIDE_MASTER_MODE, SID_OUTLINE_MODE, SID_SLIDE_SORTER_MODE, SID_NOTES_MODE, - SID_NOTES_MASTER_MODE, SID_HANDOUT_MASTER_MODE, + SID_SLIDE_MASTER_MODE, + SID_NOTES_MASTER_MODE, 0 }; - FuSearch::FuSearch ( ViewShell* pViewSh, ::sd::Window* pWin,
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
