From 223b99165a249d77c1658eff8ce2262875170ec9 Mon Sep 17 00:00:00 2001 From: Florian Allmann-Rahn Date: Sun, 15 Apr 2012 17:50:21 +0200 Subject: translated or removed german comments in connectivity, cppuhelper and cui --- cui/source/dialogs/hyphen.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/dialogs/hyphen.cxx') diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx index 35c1fd11fd3f..064231c5f086 100644 --- a/cui/source/dialogs/hyphen.cxx +++ b/cui/source/dialogs/hyphen.cxx @@ -89,7 +89,7 @@ void HyphenEdit_Impl::KeyInput( const KeyEvent& rKEvt ) Edit::KeyInput(rKEvt); break; default: - Control::KeyInput( rKEvt ); // An den Dialog weiterleiten + Control::KeyInput( rKEvt ); // pass on to the dialog break; } } -- cgit