Kaydet (Commit) c3137a65 authored tarafından Luc Castermans's avatar Luc Castermans Kaydeden (comit) David Tardon

Translated German comments

Change-Id: I153ec05a587a3c7384dcccc039e4c8f794a14a2f
Reviewed-on: https://gerrit.libreoffice.org/8865Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 68686fb1
...@@ -588,8 +588,7 @@ bool Window::ImplDlgCtrl( const KeyEvent& rKEvt, bool bKeyInput ) ...@@ -588,8 +588,7 @@ bool Window::ImplDlgCtrl( const KeyEvent& rKEvt, bool bKeyInput )
sal_uInt16 nFormEnd; sal_uInt16 nFormEnd;
sal_uInt16 nDlgCtrlFlags; sal_uInt16 nDlgCtrlFlags;
// Ohne Focus-Window koennen wir auch keine Steuerung uebernehmen // we cannot take over control without Focus-window
// w/o a Focus-Window we cannot take control
Window* pFocusWindow = Application::GetFocusWindow(); Window* pFocusWindow = Application::GetFocusWindow();
if ( !pFocusWindow || !ImplIsWindowOrChild( pFocusWindow ) ) if ( !pFocusWindow || !ImplIsWindowOrChild( pFocusWindow ) )
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment