summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-10-31 00:49:40 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-10-31 05:45:47 +0100
commit877d0c2c211067e8c1b5fdff0f6d9703c94767e9 (patch)
tree4da22ec24b73928de7108c1efe8a1b2dfdb12cb4 /sd
parent5bc12e114fec50274580005647345a5392741ded (diff)
tdf#113041: Kill WaitCursor after FindAll in Draw and Impress
Change-Id: Ibfbbc673a00839f538febc5bab1140b2e53535eb Reviewed-on: https://gerrit.libreoffice.org/81809 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/Outliner.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 7fab5d32c3ba..d3bd66724c7b 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -495,8 +495,8 @@ bool SdOutliner::StartSearchAndReplace (const SvxSearchItem* pSearchItem)
pSearchDlg->SetSrchFlag(false);
}
}
- else
- mpDrawDocument->GetDocSh()->SetWaitCursor( false );
+
+ mpDrawDocument->GetDocSh()->SetWaitCursor( false );
return bEndOfSearch;
}