diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-10 21:40:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-11 13:28:08 +0200 |
commit | 59010ca14ba07f0a1d6f662bb1f8fbad33f3c654 (patch) | |
tree | 76e051cdb7e8184a4751359d3fdfff3cc09d41da /vcl/win/window | |
parent | 157d1a774086d7344d443005442682f2ca3c01a9 (diff) |
Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)
Translates leftovers found using a custom regex.
Additionally:
- Translated the "SGV Fonts for StarView" INI file parameter group
in vcl/source/filter/sgf.ini and .../sgvtext.cxx
Change-Id: I1360aac1a2f3fa825f86d77ac1b05e2de9ffb007
Reviewed-on: https://gerrit.libreoffice.org/42145
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl/win/window')
-rw-r--r-- | vcl/win/window/salobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx index 85d4ead765c9..dfbcf8c54648 100644 --- a/vcl/win/window/salobj.cxx +++ b/vcl/win/window/salobj.cxx @@ -69,7 +69,7 @@ WinSalFrame* ImplFindSalObjectFrame( HWND hWnd ) WinSalObject* pObject = ImplFindSalObject( hWnd ); if ( pObject ) { - // Dazugehoerenden Frame suchen + // find matching frame HWND hWnd2 = ::GetParent( pObject->mhWnd ); pFrame = GetSalData()->mpFirstFrame; while ( pFrame ) @@ -584,7 +584,7 @@ WinSalObject::~WinSalObject() pTempObject->mpNextObject = mpNextObject; } - // Cache-Daten zerstoeren + // destroy cache data delete [] reinterpret_cast<BYTE*>(mpStdClipRgnData); HWND hWndParent = ::GetParent( mhWnd ); |