[Libreoffice-commits] core.git: sw/source

Zheng Fan zhengfan at apache.org
Wed Jun 5 12:39:41 PDT 2013


 sw/source/core/undo/untblk.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b78adb500a21161e122603c25047a82db3997dfc
Author: Zheng Fan <zhengfan at apache.org>
Date:   Fri May 17 03:36:26 2013 +0000

    Resolves: #i121897# change the hints clearing method from RstAttr...
    
    to clearSwpHhints
    
    (cherry picked from commit fb3ddd41bc9dd2fbdd856c13bdec61906d01fd02)
    
    Change-Id: Ie712130d01311b84d4f7c61aa7bba960ef608d46

diff --git a/sw/source/core/undo/untblk.cxx b/sw/source/core/undo/untblk.cxx
index 3667f7b..5c7c60a 100644
--- a/sw/source/core/undo/untblk.cxx
+++ b/sw/source/core/undo/untblk.cxx
@@ -228,8 +228,9 @@ void SwUndoInserts::UndoImpl(::sw::UndoRedoContext & rContext)
                 pTxtNode->JoinNext();
             }
             // reset all text attributes in the paragraph!
-            pTxtNode->RstAttr( SwIndex(pTxtNode, 0), pTxtNode->Len(),
-                                0, 0, true );
+    //i121897, change the hints clearing method from 'RstAttr' to 'ClarSwpHints' as the certain tox mark index hint reason
+            if( pTxtNode && pTxtNode->GetpSwpHints() )
+                pTxtNode->ClearSwpHintsArr( true );
 
             pTxtNode->ResetAllAttr();
 


More information about the Libreoffice-commits mailing list