summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unredln.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unredln.cxx')
-rw-r--r--sw/source/core/undo/unredln.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/undo/unredln.cxx b/sw/source/core/undo/unredln.cxx
index 2cd6a25df241..47854af40f7e 100644
--- a/sw/source/core/undo/unredln.cxx
+++ b/sw/source/core/undo/unredln.cxx
@@ -40,8 +40,8 @@
#include <docary.hxx>
#include <sortopt.hxx>
-extern void lcl_JoinText( SwPaM& rPam, sal_Bool bJoinPrev );
-extern void lcl_GetJoinFlags( SwPaM& rPam, sal_Bool& rJoinTxt, sal_Bool& rJoinPrev );
+extern void sw_JoinText( SwPaM& rPam, sal_Bool bJoinPrev );
+extern void sw_GetJoinFlags( SwPaM& rPam, sal_Bool& rJoinTxt, sal_Bool& rJoinPrev );
SwUndoRedline::SwUndoRedline( SwUndoId nUsrId, const SwPaM& rRange )
: SwUndo( UNDO_REDLINE ), SwUndRng( rRange ),
@@ -429,12 +429,12 @@ void SwUndoCompDoc::UndoImpl(::sw::UndoRedoContext & rContext)
pPam->Exchange();
sal_Bool bJoinTxt, bJoinPrev;
- ::lcl_GetJoinFlags( *pPam, bJoinTxt, bJoinPrev );
+ sw_GetJoinFlags( *pPam, bJoinTxt, bJoinPrev );
pUnDel = new SwUndoDelete( *pPam, sal_False );
if( bJoinTxt )
- ::lcl_JoinText( *pPam, bJoinPrev );
+ sw_JoinText( *pPam, bJoinPrev );
if( pCSttNd && !pCEndNd)
{