diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-11 22:30:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 07:43:23 +0000 |
commit | 2b21ac16c2d8419d9747450898d714ac15d7cca0 (patch) | |
tree | 6f81207bd78fb06e12abf79cad489a43cfc1caac /include | |
parent | d707687fe3bc3a12bb372846392e6630ccc9299e (diff) |
Various typos on accessible
Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b
Reviewed-on: https://gerrit.libreoffice.org/34161
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/accessiblewrapper.hxx | 2 | ||||
-rw-r--r-- | include/svx/AccessibleShape.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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. <p>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*).</p> <p>Children of the aggregated XAccessibleContext are wrapped, too.</p> 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 |