diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:46:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch) | |
tree | 5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /dbaccess/source/ui | |
parent | 574ad3aa020fd872209c67a6a549ed70e5257d0f (diff) |
typo: postion -> position
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/inc/TableController.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindowAccess.cxx | 2 |
3 files changed, 3 insertions, 3 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; } diff --git a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx index cbe8c4181d57..68ee428806de 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx @@ -80,7 +80,7 @@ namespace dbaui sal_Int32 nIndex = -1; if( m_pLine ) { - // search the postion of our table window in the table window map + // search the position of our table window in the table window map nIndex = m_pLine->GetParent()->GetTabWinMap()->size(); const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); ::std::vector<OTableConnection*>::const_iterator aIter = pVec->begin(); diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx index 57e711f32db3..623aa9b612cf 100644 --- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx @@ -132,7 +132,7 @@ namespace dbaui sal_Int32 nIndex = -1; if( m_pTable ) { - // search the postion of our table window in the table window map + // search the position of our table window in the table window map OJoinTableView::OTableWindowMap* pMap = m_pTable->getTableView()->GetTabWinMap(); OJoinTableView::OTableWindowMap::iterator aIter = pMap->begin(); OJoinTableView::OTableWindowMap::iterator aEnd = pMap->end(); |