diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-19 01:58:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-19 19:45:07 +0000 |
commit | 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch) | |
tree | 7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /dbaccess | |
parent | 1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff) |
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
Reviewed-on: https://gerrit.libreoffice.org/17187
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/UITools.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/FieldDescriptions.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index 05e9397a8d8c..b808254fe26d 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -139,7 +139,7 @@ namespace dbaui /** returns the stripped database name. @return - The stripped database name either the registered naem or if it is a file url the last segment. + The stripped database name either the registered name or if it is a file url the last segment. */ OUString getStrippedDatabaseName() const; diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index 81808470d6fb..089a56427ba7 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -357,7 +357,7 @@ namespace dbaui @param _rsDatabaseName Will be filled with the original data source if it is empty. @return - The stripped database name either the registered naem or if it is a file url the last segment. + The stripped database name either the registered name or if it is a file url the last segment. */ OUString getStrippedDatabaseName(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xDataSource ,OUString& _rsDatabaseName); diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx index 159f0fbb646f..8d173d862732 100644 --- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx +++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx @@ -97,7 +97,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC ,m_bIsCurrency(false) ,m_bHidden(false) { - OSL_ENSURE(xAffectedCol.is(),"PropetySet can notbe null!"); + OSL_ENSURE(xAffectedCol.is(),"PropetySet can not be null!"); if ( xAffectedCol.is() ) { if ( _bUseAsDest ) |