summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unspnd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unspnd.cxx')
-rw-r--r--sw/source/core/undo/unspnd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/unspnd.cxx b/sw/source/core/undo/unspnd.cxx
index 5fb481478a57..c10122336866 100644
--- a/sw/source/core/undo/unspnd.cxx
+++ b/sw/source/core/undo/unspnd.cxx
@@ -141,7 +141,7 @@ void SwUndoSplitNode::UndoImpl(::sw::UndoRedoContext & rContext)
rPam.SetMark();
rPam.GetPoint()->nContent = pTNd->GetTxt().Len();
- pDoc->RstTxtAttrs( rPam, sal_True );
+ pDoc->RstTxtAttrs( rPam, true );
pHistory->TmpRollback( pDoc, 0, false );
}