summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-26 09:56:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-30 15:06:45 +0000
commitfc2590cfa112222500a6c847917d7545f60024c6 (patch)
tree951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /dbaccess/source
parent783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff)
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73 Reviewed-on: https://gerrit.libreoffice.org/24317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationwizard.cxx4
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx2
-rw-r--r--dbaccess/source/ui/uno/unoadmin.cxx4
3 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx
index 615a5cfd8c66..78b51f5b8e8e 100644
--- a/dbaccess/source/ext/macromigration/macromigrationwizard.cxx
+++ b/dbaccess/source/ext/macromigration/macromigrationwizard.cxx
@@ -104,8 +104,8 @@ namespace dbmm
MacroMigrationDialogService::~MacroMigrationDialogService()
{
- // we do this here cause the base class' call to destroyDialog won't reach us anymore : we're within an dtor,
- // so this virtual-method-call the base class does does not work, we're already dead then ...
+ // we do this here cause the base class' call to destroyDialog won't reach us anymore: we're within an dtor,
+ // so this virtual-method-call the base class does not work, we're already dead then...
if ( m_pDialog )
{
::osl::MutexGuard aGuard( m_aMutex );
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 4be4c8864e13..9a6484a30690 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -519,7 +519,7 @@ namespace
}
}
- // when nothing found found look for the "from" window
+ // when nothing found look for the "from" window
if(aIter == aEnd)
{
OQueryTableWindow* pEntryTabFrom = static_cast<OQueryTableWindow*>(pEntryConn->GetSourceWin());
diff --git a/dbaccess/source/ui/uno/unoadmin.cxx b/dbaccess/source/ui/uno/unoadmin.cxx
index 6d4c2819cce6..f866b6080d37 100644
--- a/dbaccess/source/ui/uno/unoadmin.cxx
+++ b/dbaccess/source/ui/uno/unoadmin.cxx
@@ -55,8 +55,8 @@ ODatabaseAdministrationDialog::ODatabaseAdministrationDialog(const Reference< XC
ODatabaseAdministrationDialog::~ODatabaseAdministrationDialog()
{
- // we do this here cause the base class' call to destroyDialog won't reach us anymore : we're within an dtor,
- // so this virtual-method-call the base class does does not work, we're already dead then ...
+ // we do this here cause the base class' call to destroyDialog won't reach us anymore: we're within an dtor,
+ // so this virtual-method-call the base class does not work, we're already dead then...
if (m_pDialog)
{
::osl::MutexGuard aGuard(m_aMutex);