diff options
author | Matthew J. Francis <mjay.francis@gmail.com> | 2015-07-05 20:37:40 +0800 |
---|---|---|
committer | Matthew Francis <mjay.francis@gmail.com> | 2015-07-10 01:47:03 +0000 |
commit | 83b53164b096b4cba94a2e1ee8b620228bee8a3a (patch) | |
tree | e3b8a7da41bf02d6d43a96d8554fdc96184404bc /include/svx/charmap.hxx | |
parent | 122a15f4a6c09d35db58fe3a7b943b5ea79cbe65 (diff) |
Add an a11y action for items in the Special Characters dialog
Change-Id: I53fef3f151f66be775655ceef623a7d564c66f1a
Reviewed-on: https://gerrit.libreoffice.org/16771
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
Diffstat (limited to 'include/svx/charmap.hxx')
-rw-r--r-- | include/svx/charmap.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx index e56fe98a26d1..6538ffd4c3a1 100644 --- a/include/svx/charmap.hxx +++ b/include/svx/charmap.hxx @@ -65,6 +65,7 @@ public: int LastInView() const; int PixelToMapIndex( const Point&) const; void SelectIndex( int index, bool bFocus = false ); + void OutputIndex( int index ); void DeSelect(); inline bool IsSelected(sal_uInt16 _nPos) const { return _nPos == nSelectedIndex; } inline sal_uInt16 GetSelectIndexId() const { return sal::static_int_cast<sal_uInt16>(nSelectedIndex); } |