[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sd/source

Marco Cecchetti marco.cecchetti at collabora.com
Mon Jan 11 14:17:52 PST 2016


 sd/source/ui/view/Outliner.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 714bfcebd471b2dd67bca76fccbeddec762af0ec
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date:   Mon Jan 11 16:43:02 2016 +0100

    lool - search all - unit test failure - solved
    
    Change-Id: I5a74dd60f61fc0fdb88f08383d579b14222aa55d
    Reviewed-on: https://gerrit.libreoffice.org/21366
    Reviewed-by: Marco Cecchetti <mrcekets at gmail.com>
    Tested-by: Marco Cecchetti <mrcekets at gmail.com>

diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index f32c8ed..c16ba31 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.


More information about the Libreoffice-commits mailing list