summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableController.hxx
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 /dbaccess/source/ui/inc/TableController.hxx
parent574ad3aa020fd872209c67a6a549ed70e5257d0f (diff)
typo: postion -> position
Diffstat (limited to 'dbaccess/source/ui/inc/TableController.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index 4aaac196354c..93d2ff251f74 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -101,7 +101,7 @@ namespace dbaui
inline ::std::vector< ::boost::shared_ptr<OTableRow> >* getRows() { return &m_vRowList; }
- /// returns the postion of the first empty row
+ /// returns the position of the first empty row
sal_Int32 getFirstEmptyRowPosition();
inline const OTypeInfoMap* getTypeInfo() const { return &m_aTypeInfo; }