diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 10:44:45 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-07-09 04:52:32 +0200 |
commit | 3ae7373800121f33d2a4bd363aaf6be39cbf4a4b (patch) | |
tree | 92d8173804cee348ae8d114f3f0f5dee0358b8c1 /include/editeng | |
parent | 4cd5a3fb17db08d59ea19c5cb0b0395d791ac5df (diff) |
Fix typo
Change-Id: I20328956a55aa717b898ff5f77d4353de4182de5
Reviewed-on: https://gerrit.libreoffice.org/75265
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/AccessibleComponentBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/AccessibleComponentBase.hxx b/include/editeng/AccessibleComponentBase.hxx index 50a9155933a1..d3c5805ef75a 100644 --- a/include/editeng/AccessibleComponentBase.hxx +++ b/include/editeng/AccessibleComponentBase.hxx @@ -30,7 +30,7 @@ namespace com::sun::star::accessibility { class XAccessible; } namespace accessibility { /** @descr - This base class provides (will provice) a base implementation of the + This base class provides (will provide) a base implementation of the XAccessibleComponent and the XAccessibleExtendedComponent for all shapes. For more detailed documentation about the methods refer to the interface |