summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 13:46:28 +0000
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 17:36:13 +0200
commitc7ed73e52f01fd71eaf85ecc1faddfb9cf700d3a (patch)
tree44746d3ec762c78ed35eb1affdabfbb3b660e66f /include/toolkit
parent07fb0664fa81040cdb110d7d8848b937f1facc33 (diff)
Fix typos
Change-Id: Ia7486fe6c110a4a7f53f1dac82dbff3a15405fd7 Reviewed-on: https://gerrit.libreoffice.org/75947 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/helper/accessiblefactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx
index d10f0195448a..0dad596cb8a7 100644
--- a/include/toolkit/helper/accessiblefactory.hxx
+++ b/include/toolkit/helper/accessiblefactory.hxx
@@ -96,7 +96,7 @@ namespace toolkit
virtual css::uno::Reference< css::accessibility::XAccessibleContext >
createAccessibleContext( VCLXScrollBar* _pXWindow ) = 0;
- /** creates an accessible context for a edit window
+ /** creates an accessible context for an edit window
*/
virtual css::uno::Reference< css::accessibility::XAccessibleContext >
createAccessibleContext( VCLXEdit* _pXWindow ) = 0;