summaryrefslogtreecommitdiff
path: root/svtools/source/undo/undo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/undo/undo.cxx')
-rw-r--r--svtools/source/undo/undo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/undo/undo.cxx b/svtools/source/undo/undo.cxx
index 18c5ea15f084..76ed0a0a8e09 100644
--- a/svtools/source/undo/undo.cxx
+++ b/svtools/source/undo/undo.cxx
@@ -72,7 +72,7 @@ void SfxUndoAction::SetLinked( BOOL bIsLinked )
SfxUndoAction::~SfxUndoAction()
{
DBG_DTOR(SfxUndoAction, 0);
- DBG_ASSERT( !IsLinked(), "Gelinkte Action geloescht" )
+ DBG_ASSERT( !IsLinked(), "Gelinkte Action geloescht" );
}