From 0c0fbef7cc218ef5c02b986e42c2df63ce17c579 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 27 Jan 2012 22:52:11 +0100 Subject: vcl: Remove unused GetSymbolKeyName --- vcl/inc/salframe.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/salframe.hxx') 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 -- cgit