[Libreoffice-commits] core.git: vcl/source
Luc Castermans
luc.castermans at gmail.com
Sat Apr 5 02:26:57 PDT 2014
vcl/source/window/dlgctrl.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit c3137a65851e401ce4e3d4e48c0e5872edf46412
Author: Luc Castermans <luc.castermans at gmail.com>
Date: Sat Apr 5 11:20:09 2014 +0200
Translated German comments
Change-Id: I153ec05a587a3c7384dcccc039e4c8f794a14a2f
Reviewed-on: https://gerrit.libreoffice.org/8865
Tested-by: David Tardon <dtardon at redhat.com>
Reviewed-by: David Tardon <dtardon at redhat.com>
diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx
index 2ff228b..d4b47d8 100644
--- a/vcl/source/window/dlgctrl.cxx
+++ b/vcl/source/window/dlgctrl.cxx
@@ -588,8 +588,7 @@ bool Window::ImplDlgCtrl( const KeyEvent& rKEvt, bool bKeyInput )
sal_uInt16 nFormEnd;
sal_uInt16 nDlgCtrlFlags;
- // Ohne Focus-Window koennen wir auch keine Steuerung uebernehmen
- // w/o a Focus-Window we cannot take control
+ // we cannot take over control without Focus-window
Window* pFocusWindow = Application::GetFocusWindow();
if ( !pFocusWindow || !ImplIsWindowOrChild( pFocusWindow ) )
return false;
More information about the Libreoffice-commits
mailing list