diff options
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 ) |