summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-10-01 11:49:11 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2017-10-01 16:28:39 +0200
commitebeff35a0305683574373b75c7b0e5797749fe3e (patch)
treeb9f7f51f49d1c6b0e5a229d539e45c6240f5b00b /vcl/win
parent50da5d0d1c5bdfbb9a2006e77a02519d0f39740f (diff)
tdf#39468 Translate German comments (leftovers)
Change-Id: I9952c560547b0668d8216edba1486638fa41e553 Reviewed-on: https://gerrit.libreoffice.org/42990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/window/salobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx
index 744d260c0d48..172f61e923d3 100644
--- a/vcl/win/window/salobj.cxx
+++ b/vcl/win/window/salobj.cxx
@@ -355,7 +355,7 @@ LRESULT CALLBACK SalSysObjWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM l
case WM_CREATE:
{
- // Window-Instanz am Windowhandle speichern
+ // Save the window instance at the window handle.
// Can also be used for the A-Version, because the struct
// to access lpCreateParams is the same structure
CREATESTRUCTW* pStruct = reinterpret_cast<CREATESTRUCTW*>(lParam);