summaryrefslogtreecommitdiff
path: root/vcl/win/source/window/salframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/source/window/salframe.cxx')
-rw-r--r--vcl/win/source/window/salframe.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index 6a2a16ff7a8f..2243e219a83b 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -3472,32 +3472,13 @@ static sal_uInt16 ImplSalGetKeyCode( WPARAM wParam )
// -----------------------------------------------------------------------
-static UINT ImplStrToNum( const sal_Char* pStr )
-{
- sal_uInt16 n = 0;
-
- // Solange es sich um eine Ziffer handelt, String umwandeln
- while( (*pStr >= 48) && (*pStr <= 57) )
- {
- n *= 10;
- n += ((*pStr) - 48);
- pStr++;
- }
-
- return n;
-}
-
-// -----------------------------------------------------------------------
-
static void ImplUpdateInputLang( WinSalFrame* pFrame )
{
- sal_Bool bLanguageChange = FALSE;
UINT nLang = LOWORD( GetKeyboardLayout( 0 ) );
if ( nLang && nLang != pFrame->mnInputLang )
{
// keep input lang up-to-date
pFrame->mnInputLang = nLang;
- bLanguageChange = TRUE;
}
// We are on Windows NT so we use Unicode FrameProcs and get