diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:58:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:59:02 +0100 |
commit | 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch) | |
tree | fbc5a414ea499193b14a1c51a6a4bbd078bedbad /dbaccess/source/ui | |
parent | a9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff) |
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/inc/RelationDlg.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/ScrollHelper.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/UITools.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/RelationDlg.hxx b/dbaccess/source/ui/inc/RelationDlg.hxx index 18685520d959..5950d64f7502 100644 --- a/dbaccess/source/ui/inc/RelationDlg.hxx +++ b/dbaccess/source/ui/inc/RelationDlg.hxx @@ -66,13 +66,13 @@ namespace dbaui virtual short Execute() SAL_OVERRIDE; - /** getTableMap gives acces to the table window map + /** getTableMap gives access to the table window map @retrun the table window from the join view */ OJoinTableView::OTableWindowMap* getTableMap() const { return m_pTableMap; } /** getConnectionData returns the current connection data - @return the current connectiondata + @return the current connection data */ virtual TTableConnectionData::value_type getConnectionData() const SAL_OVERRIDE; diff --git a/dbaccess/source/ui/inc/ScrollHelper.hxx b/dbaccess/source/ui/inc/ScrollHelper.hxx index 9a8dc1086cdf..cf27cba19276 100644 --- a/dbaccess/source/ui/inc/ScrollHelper.hxx +++ b/dbaccess/source/ui/inc/ScrollHelper.hxx @@ -30,7 +30,7 @@ namespace dbaui Link m_aUpScroll; Link m_aDownScroll; public: - /** default contructor + /** default constructor */ OScrollHelper(); diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index ec384984cd0d..b828f20a1160 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -111,7 +111,7 @@ namespace dbaui const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxContext); /** fills a map and a vector with localized type names - @param _rxConnection the connection to acces the metadata + @param _rxConnection the connection to access the metadata @param _rsTypeNames a list of localized type names separated with ';' @param _rTypeInfoMap the filled map with the type names @param _rTypeInfoIters the vector filled with map iterators |