diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:21:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:12 +0200 |
commit | 5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch) | |
tree | 1884136d36d44559da83b29e8c70ca738178099a /svx | |
parent | 407a166a3215da7e23dd60d430332fe7d4324d46 (diff) |
typo: positon -> position
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/table/celltypes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/celltypes.hxx b/svx/source/table/celltypes.hxx index a3e7dd373a5b..c01c6eab6bcf 100644 --- a/svx/source/table/celltypes.hxx +++ b/svx/source/table/celltypes.hxx @@ -79,7 +79,7 @@ public: } /* iterates in the configured direction and returns true if rValue - now contains a valid positon in the range of this iterator */ + now contains a valid position in the range of this iterator */ bool next( T& rValue ) { if( maIter == maEnd ) |