diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 13:46:28 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 17:36:13 +0200 |
commit | c7ed73e52f01fd71eaf85ecc1faddfb9cf700d3a (patch) | |
tree | 44746d3ec762c78ed35eb1affdabfbb3b660e66f /sd | |
parent | 07fb0664fa81040cdb110d7d8848b937f1facc33 (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 'sd')
-rw-r--r-- | sd/source/ui/inc/AccessiblePageShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx index 262eec7f524a..71cc0a769be8 100644 --- a/sd/source/ui/inc/AccessiblePageShape.hxx +++ b/sd/source/ui/inc/AccessiblePageShape.hxx @@ -41,7 +41,7 @@ public: The accessible parent object. It will be used, for example when the <member>getIndexInParent</member> method is called. @param rShapeTreeInfo - Bundel of information passed to this shape and all of its desendants. + Bundle of information passed to this shape and all of its descendants. @attention Always call the <member>init</member> method after creating a new accessible shape. This is one way to overcome the potential |