summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-11 16:10:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-11 21:30:57 +0200
commit28e9dcca1f2f0e1bd91e779bf772bcb4a9d8a9f4 (patch)
tree5aedd55da7759e6daa28c2f8f1f13df9f6f286ec /dbaccess/source/ui
parentc6eddeca7da7bb86087af212e5409aa6c75513ce (diff)
Fix typos
Change-Id: I5ea79480c097fb9d317303981021135a102d8c19 Reviewed-on: https://gerrit.libreoffice.org/72151 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index beaeea3c7d06..200b8edfa7c4 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -1129,7 +1129,7 @@ SvTreeListEntry* SbaTableQueryBrowser::getObjectEntry(const OUString& _rDataSour
}
}
if (_ppDataSourceEntry)
- // (caller wants to have it ...)
+ // (caller wants to have it...)
*_ppDataSourceEntry = pDataSource;
if (pDataSource)
@@ -1630,7 +1630,7 @@ FeatureState SbaTableQueryBrowser::GetState(sal_uInt16 nId) const
aReturn.bEnabled = !m_bEnableBrowser;
return aReturn;
- // "toggle explorer" is always enabled (if we have a explorer)
+ // "toggle explorer" is always enabled (if we have an explorer)
case ID_BROWSER_EXPLORER:
aReturn.bEnabled = m_bEnableBrowser;
aReturn.bChecked = haveExplorer();
@@ -1972,7 +1972,7 @@ void SbaTableQueryBrowser::Execute(sal_uInt16 nId, const Sequence< PropertyValue
case ID_BROWSER_CLOSE:
closeTask();
- // if it's not 0, such a async close is already pending
+ // if it's not 0, such an async close is already pending
break;
case ID_BROWSER_COPY:
@@ -3121,7 +3121,7 @@ void SbaTableQueryBrowser::impl_initialize()
}
// if we have a connection at this point, it was either passed from outside, our
- // determined from a outer DB document. In both cases, do not dispose it later on.
+ // determined from an outer DB document. In both cases, do not dispose it later on.
SharedConnection xConnection( xForeignConnection, SharedConnection::NoTakeOwnership );
// should we display all registered databases in the left hand side tree?