summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2012-09-18 14:32:48 +0200
committerMichael Stahl <mst@openoffice.org>2012-09-18 14:48:02 +0200
commitc7692ae82b4c81c2ea8a9e3ee496ee525c0d44f4 (patch)
tree49d406682c43eba8efb8c6e08c26b4eb280f617e /editeng
parentcf842d7c7f9559bfdbb3924cd05a3a50d1dff5e3 (diff)
typo
Change-Id: Ibf3dd31f2c213dca83a03773c430de841d2511de
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editeng.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index d3fb0c3dfb27..258e8a5bc445 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -159,7 +159,7 @@ void EditEngine::UndoActionStart(sal_uInt16 nId, const ESelection& rSel)
void EditEngine::UndoActionEnd( sal_uInt16 nId )
{
DBG_CHKTHIS( EditEngine, 0 );
- DBG_ASSERT( !pImpEditEngine->IsInUndo(), "Calling UndoActionStart in Undomode!" );
+ DBG_ASSERT( !pImpEditEngine->IsInUndo(), "Calling UndoActionEnd in Undomode!" );
if ( !pImpEditEngine->IsInUndo() )
pImpEditEngine->UndoActionEnd( nId );
}