summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-07 06:57:33 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-07 11:15:03 +0000
commit7d98edfa4955ab6280655a9678d6a913845fa2f3 (patch)
tree3be35e656b76b3192061e02df7f703c3359595a3 /vcl/win
parent6584735bba4b96fbde5c7be55dc6c98878ad059a (diff)
tdf#39468 Translate German comments
Translate German comments and terms in dbaccess/, extensions/, formula/, include/, reportdesign/, rsc/, sd/, svtools/, and vcl/ Change-Id: Ie20dadda0eeb0786eb328c6c652287d5481c5e3b Reviewed-on: https://gerrit.libreoffice.org/36249 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/window/salframe.cxx2
-rw-r--r--vcl/win/window/salobj.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx
index a6e92e24b210..41eb6aa3d2c6 100644
--- a/vcl/win/window/salframe.cxx
+++ b/vcl/win/window/salframe.cxx
@@ -5208,7 +5208,7 @@ static void ImplHandleIMENotify( HWND hWnd, WPARAM wParam )
if ( pFrame && pFrame->mbHandleIME &&
pFrame->mbAtCursorIME )
{
- // we want to hide der cursor
+ // we want to hide the cursor
pFrame->mbCandidateMode = TRUE;
ImplHandleIMEComposition( hWnd, GCS_CURSORPOS );
diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx
index 808f6c85d764..e7511d5eaf53 100644
--- a/vcl/win/window/salobj.cxx
+++ b/vcl/win/window/salobj.cxx
@@ -201,7 +201,7 @@ bool ImplSalPreDispatchMsg( MSG* pMsg )
pSalData->mnSalObjWantKeyEvt = 0;
sal_uInt16 nKeyCode = LOWORD( pMsg->wParam );
- // Nur 0-9 und A-Z
+ // only 0-9 and A-Z
if ( ((nKeyCode >= 48) && (nKeyCode <= 57)) ||
((nKeyCode >= 65) && (nKeyCode <= 90)) ||
((nKeyCode >= 97) && (nKeyCode <= 122)) )