diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-27 22:52:11 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-28 11:07:11 +0100 |
commit | 0c0fbef7cc218ef5c02b986e42c2df63ce17c579 (patch) | |
tree | 281b3f396cddc94151ed5ca6c2673aeba536d385 /vcl/win/source | |
parent | a9e2f766ccc7761f9aad3dbff7d11e58b7ed906d (diff) |
vcl: Remove unused GetSymbolKeyName
Diffstat (limited to 'vcl/win/source')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index 591e2ecda4bd..6c8dce8cf6a3 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -2649,13 +2649,6 @@ rtl::OUString WinSalFrame::GetKeyName( sal_uInt16 nKeyCode ) // ----------------------------------------------------------------------- -rtl::OUString WinSalFrame::GetSymbolKeyName( const rtl::OUString&, sal_uInt16 nKeyCode ) -{ - return GetKeyName( nKeyCode ); -} - -// ----------------------------------------------------------------------- - inline Color ImplWinColorToSal( COLORREF nColor ) { return Color( GetRValue( nColor ), GetGValue( nColor ), GetBValue( nColor ) ); |