diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-23 20:06:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-23 20:08:36 +0100 |
commit | 41c99ab6308029c6eaae589efd4386e52ccb67e9 (patch) | |
tree | 7536fd79aa28b926414dea0b1af06d61d8cb0d6c /include/svtools/accessibletableprovider.hxx | |
parent | 603c8845728cb96908388ab26db934735825bf10 (diff) |
Typos
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
Diffstat (limited to 'include/svtools/accessibletableprovider.hxx')
-rw-r--r-- | include/svtools/accessibletableprovider.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/accessibletableprovider.hxx b/include/svtools/accessibletableprovider.hxx index bd219963c96f..24549892db82 100644 --- a/include/svtools/accessibletableprovider.hxx +++ b/include/svtools/accessibletableprovider.hxx @@ -130,7 +130,7 @@ protected: }; -/** interface for an implementation of a table control's Accesible component +/** interface for an implementation of a table control's Accessible component */ class IAccessibleTabListBox { @@ -154,7 +154,7 @@ protected: ~IAccessibleTabListBox() {} }; -/** interface for an implementation of a browse box's Accesible component +/** interface for an implementation of a browse box's Accessible component */ class IAccessibleBrowseBox { |