diff options
Diffstat (limited to 'sw/source/core/docnode/ndcopy.cxx')
-rw-r--r-- | sw/source/core/docnode/ndcopy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx index 61bf32b859..ec09c92dbe 100644 --- a/sw/source/core/docnode/ndcopy.cxx +++ b/sw/source/core/docnode/ndcopy.cxx @@ -1282,7 +1282,7 @@ bool SwDoc::CopyImpl( SwPaM& rPam, SwPosition& rPos, // falls Undo eingeschaltet ist, so speicher den eingefuegten Bereich if (pDoc->GetIDocumentUndoRedo().DoesUndo()) { - pUndo->SetInsertRange( aCpyPam, TRUE, bStartIsTxtNode ); + pUndo->SetInsertRange( aCpyPam, sal_True, bStartIsTxtNode ); } if( pCpyRange ) |