summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-12 09:58:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-12 09:59:21 +0100
commit2e6608de95d0d845b6a2eccfaba7baebc992e7c8 (patch)
treedff0133b84099f1d080eda16d76512894b511d65 /sd
parent03fefeec9988248cbc6ae8725720f4ca0df99871 (diff)
fix assert about unsorted ids when search+replace in impress
Change-Id: Ib4d549a18365f954cb3e35ac016a4c69803cff99
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fusearch.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/func/fusearch.cxx b/sd/source/ui/func/fusearch.cxx
index 3e1a98608365..a18e34071efe 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,