summaryrefslogtreecommitdiff
path: root/automation/source/server/recorder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'automation/source/server/recorder.cxx')
-rw-r--r--automation/source/server/recorder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/server/recorder.cxx b/automation/source/server/recorder.cxx
index 199ec99822da..9c76533c7758 100644
--- a/automation/source/server/recorder.cxx
+++ b/automation/source/server/recorder.cxx
@@ -698,7 +698,7 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent )
( aKeyCode.GetCode() == KEY_EQUAL) ||
( aKeyCode.GetCode() == 0) ) )
{
- DBG_ASSERT( pKeyEvent->GetCharCode(), "no charcode found" )
+ DBG_ASSERT( pKeyEvent->GetCharCode(), "no charcode found" );
aKeyString += pKeyEvent->GetCharCode();
}
else