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 c74380dff42f..6b28c846c6fc 100644
--- a/automation/source/server/recorder.cxx
+++ b/automation/source/server/recorder.cxx
@@ -612,7 +612,7 @@ IMPL_LINK( MacroRecorder, EventListener, VclSimpleEvent*, pEvent )
} // if
if ( bSendData )
- new StatementFlow( NULL, F_EndCommandBlock ); // Kommando zum Senden erzeugen und in que eintragen
+ new StatementFlow( NULL, F_EndCommandBlock ); // create command for sending and entry in que
return 0;
}