diff options
author | Jesús <jcorrius@gmail.com> | 2013-01-06 00:29:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-08 13:04:31 +0100 |
commit | 28f5f06d7099f0d634ac3e7f48c993e7c1116c1d (patch) | |
tree | d96b7c67cb7bc70f2b5abb48773cbceaee66e4c2 /vcl/inc | |
parent | 92afb61d8bb1b264a945371065115981ecaed0f1 (diff) |
fdo#54165: Allow localized shortcut names on Windows
Change-Id: I2de53cd8d888ecf819271e96f8eb2cc4a90e554d
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/win/salframe.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index 4c0f63c885d2..54e10bd59d5b 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -137,6 +137,13 @@ public: void ImplSalGetWorkArea( HWND hWnd, RECT *pRect, const RECT *pParentRect ); +// get foreign key names +namespace vcl_sal { + rtl::OUString getKeysReplacementName( + rtl::OUString pLang, + LONG nSymbol ); +} + #endif // _SV_SALFRAME_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |