summaryrefslogtreecommitdiff
path: root/vcl/win/source/window
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-09-30 08:11:10 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-09-30 08:11:31 -0500
commitddc28b8ad61e71af94d9bc72f5588556ccfe9b11 (patch)
tree4a1e2b61de33f9614531cf37b415929b04c5e585 /vcl/win/source/window
parent677da6ca3d8d0cf548ec5584d4875de4597121d2 (diff)
clean-up ghost traces of unicow
Diffstat (limited to 'vcl/win/source/window')
-rw-r--r--vcl/win/source/window/salframe.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 5fa18e65e623..0c5e5eedc72a 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -2401,8 +2401,6 @@ static void ImplGetKeyNameText( LONG lParam, sal_Unicode* pBuf,
if ( lParam )
{
nKeyLen = GetKeyNameTextW( lParam, aKeyBuf, nMaxKeyLen );
- // #i12401# the current unicows.dll has a bug in CharUpperBuffW, which corrupts the stack
- // fall back to the ANSI version instead
DBG_ASSERT( nKeyLen <= nMaxKeyLen, "Invalid key name length!" );
if( nKeyLen > nMaxKeyLen )
nKeyLen = 0;