diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2016-01-11 16:43:02 +0100 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2016-01-11 22:16:33 +0000 |
commit | d6f1ca24932ba85607ba3e526c5721132cd39252 (patch) | |
tree | a9f30f18f71068dca089ceb61289d8f2a5fe99d0 /sd/source | |
parent | 8d8ddea6934f6ee0f23109fc574c02a0c8a247fd (diff) |
lool - search all - unit test failure - solved
Change-Id: I5a74dd60f61fc0fdb88f08383d579b14222aa55d
Reviewed-on: https://gerrit.libreoffice.org/21365
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 69ec22274a1f..caf2da7d6cdf 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -591,6 +591,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. |