summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:46:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:40 +0200
commit75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch)
tree5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /sw/source/ui/vba
parent574ad3aa020fd872209c67a6a549ed70e5257d0f (diff)
typo: postion -> position
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r--sw/source/ui/vba/vbarangehelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarangehelper.cxx b/sw/source/ui/vba/vbarangehelper.cxx
index b522c44ce788..57cb19602cde 100644
--- a/sw/source/ui/vba/vbarangehelper.cxx
+++ b/sw/source/ui/vba/vbarangehelper.cxx
@@ -32,7 +32,7 @@ using namespace ::com::sun::star;
* position has to be adjusted.
* @param xText a text where a range position is searched
* @param position a position inside o the text
- * @return a range for the postion; null is returned if no range can be
+ * @return a range for the position; null is returned if no range can be
* constructed.
*/
uno::Reference< text::XTextRange > SwVbaRangeHelper::getRangeByPosition( const uno::Reference< text::XText >& rText, sal_Int32 _position ) throw ( uno::RuntimeException )