summaryrefslogtreecommitdiff
path: root/vcl/inc/salframe.hxx
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/inc/salframe.hxx
parenta9e2f766ccc7761f9aad3dbff7d11e58b7ed906d (diff)
vcl: Remove unused GetSymbolKeyName
Diffstat (limited to 'vcl/inc/salframe.hxx')
-rw-r--r--vcl/inc/salframe.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 3ebd4488ed13..f4c3d73506d5 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -213,7 +213,6 @@ public:
virtual void EndExtTextInput( sal_uInt16 nFlags ) = 0;
virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ) = 0;
- virtual rtl::OUString GetSymbolKeyName( const rtl::OUString& rFontName, sal_uInt16 nKeyCode ) = 0;
// returns in 'rKeyCode' the single keycode that translates to the given unicode when using a keyboard layout of language 'aLangType'
// returns sal_False if no mapping exists or function not supported