summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2016-01-11 16:43:02 +0100
committerMarco Cecchetti <mrcekets@gmail.com>2016-01-11 22:17:27 +0000
commit714bfcebd471b2dd67bca76fccbeddec762af0ec (patch)
tree990ee0e7735fc7f44e0d9949db1cca4e352e1b64 /sd
parent4f69c2ef915b3b71d3967bcc57e5b1341cb102d6 (diff)
lool - search all - unit test failure - solved
Change-Id: I5a74dd60f61fc0fdb88f08383d579b14222aa55d Reviewed-on: https://gerrit.libreoffice.org/21366 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/Outliner.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index f32c8edb2d1a..c16ba31e6ccd 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -606,6 +606,8 @@ void Outliner::Initialize (bool bDirectionIsForward)
bool Outliner::SearchAndReplaceAll()
{
+ DetectChange();
+
bool bRet = true;
// Save the current position to be restored after having replaced all
// matches.