summaryrefslogtreecommitdiff
path: root/vcl/headless
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-27 22:52:11 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-28 11:07:11 +0100
commit0c0fbef7cc218ef5c02b986e42c2df63ce17c579 (patch)
tree281b3f396cddc94151ed5ca6c2673aeba536d385 /vcl/headless
parenta9e2f766ccc7761f9aad3dbff7d11e58b7ed906d (diff)
vcl: Remove unused GetSymbolKeyName
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpframe.cxx5
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;