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/headless | |
parent | a9e2f766ccc7761f9aad3dbff7d11e58b7ed906d (diff) |
vcl: Remove unused GetSymbolKeyName
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpframe.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx index 56869c245c8f..68fe8e1f3f6b 100644 --- a/vcl/headless/svpframe.cxx +++ b/vcl/headless/svpframe.cxx @@ -373,11 +373,6 @@ rtl::OUString SvpSalFrame::GetKeyName( sal_uInt16 ) return rtl::OUString(); } -rtl::OUString SvpSalFrame::GetSymbolKeyName( const rtl::OUString&, sal_uInt16 ) -{ - return String(); -} - sal_Bool SvpSalFrame::MapUnicodeToKeyCode( sal_Unicode, LanguageType, KeyCode& ) { return sal_False; |