diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:34:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:51 +0200 |
commit | 45f28fb2125eb190e45c3df74e335fce3035872c (patch) | |
tree | 5ee25b93e792a7c988e464449c53d87aa72ca5a4 /sw | |
parent | 8de88d9f631ae21a87ab7a0374ab81d1f4dfa966 (diff) |
typo: realative -> relative
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/accfield.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accfield.cxx b/sw/source/core/access/accfield.cxx index 49584c1542a7..3883bb20a359 100644 --- a/sw/source/core/access/accfield.cxx +++ b/sw/source/core/access/accfield.cxx @@ -175,7 +175,7 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleField::getAccessibleAtPoint( There are two modes. - - realative + - relative Return bounding box relative to parent if parent is no root frame. Otherwise return the absolute bounding box. |