From 2b21ac16c2d8419d9747450898d714ac15d7cca0 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 11 Feb 2017 22:30:16 +0100 Subject: Various typos on accessible Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b Reviewed-on: https://gerrit.libreoffice.org/34161 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/comphelper/accessiblewrapper.hxx | 2 +- include/svx/AccessibleShape.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/comphelper/accessiblewrapper.hxx b/include/comphelper/accessiblewrapper.hxx index d7b0a006bad0..b37e5a0f8ffb 100644 --- a/include/comphelper/accessiblewrapper.hxx +++ b/include/comphelper/accessiblewrapper.hxx @@ -130,7 +130,7 @@ namespace comphelper /** Helper for wrapping an XAccessibleContext by aggregating a proxy for it.

This class does not have own ref counting. In addition, it does not implement - the XAccesibleContext interface, but provides all the methods from this interface + the XAccessibleContext interface, but provides all the methods from this interface which must be implemented using the inner context (such as getAccessibleChild*).

Children of the aggregated XAccessibleContext are wrapped, too.

diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 310751da3801..0c40da37bd6e 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -319,7 +319,7 @@ public: virtual css::uno::Reference< css::accessibility::XAccessibleHyperlink > SAL_CALL getHyperLink( sal_Int32 nLinkIndex ) override; virtual sal_Int32 SAL_CALL getHyperLinkIndex( sal_Int32 nCharIndex ) override; - //===== XAccesibleText ================================================== + //===== XAccessibleText ================================================== virtual sal_Int32 SAL_CALL getCaretPosition( ) override; virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) override; virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) override;//Shen Zhen Jie changed sal_Unicode to sal_uInt32; change back to sal_Unicode -- cgit