summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-23 09:58:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-06-28 12:28:31 +0000
commit69c88a32aad2cafde197e98557868ad069795d60 (patch)
tree86fbddd2167952c13b10ca989d37e179a63cdde9 /dbaccess
parent2a5a4497c210b649fdfaae8b74d742f23df32499 (diff)
Fix typos
Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff Reviewed-on: https://gerrit.libreoffice.org/16522 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx2
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 8c75918a2a62..b4219a36fb01 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -52,7 +52,7 @@ namespace dbaui
GraphicObject m_aGraphicObj;
Rectangle m_aPreviewRect;
- /** gets the graphic cnter rect
+ /** gets the graphic center rect
@param rGraphic
the graphic
@param rResultRect
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index 37c57f64713a..5fa0ba84f11e 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -157,7 +157,7 @@ SQLExceptionInfo createConnection( const Reference< ::com::sun::star::beans::XP
SQLExceptionInfo aInfo;
if ( !_xDataSource.is() )
{
- SAL_WARN("dbaccess.ui", "createConnection: coult not retrieve the data source!");
+ SAL_WARN("dbaccess.ui", "createConnection: could not retrieve the data source!");
return aInfo;
}