summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/table.cxx2
-rw-r--r--dbaccess/source/ui/inc/sbamultiplex.hxx2
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/table.cxx b/dbaccess/source/core/api/table.cxx
index d0a414e03693..eec18f7a8952 100644
--- a/dbaccess/source/core/api/table.cxx
+++ b/dbaccess/source/core/api/table.cxx
@@ -145,7 +145,7 @@ void SAL_CALL ODBTable::disposing()
void ODBTable::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const
{
if ((PROPERTY_ID_PRIVILEGES == _nHandle) && (-1 == m_nPrivileges))
- { // somebody is asking for the privileges an we do not know them, yet
+ { // somebody is asking for the privileges and we do not know them, yet
const_cast<ODBTable*>(this)->m_nPrivileges = ::dbtools::getTablePrivileges(getMetaData(),m_CatalogName,m_SchemaName, m_Name);
}
diff --git a/dbaccess/source/ui/inc/sbamultiplex.hxx b/dbaccess/source/ui/inc/sbamultiplex.hxx
index 75fffbff1718..51caf74e8e4d 100644
--- a/dbaccess/source/ui/inc/sbamultiplex.hxx
+++ b/dbaccess/source/ui/inc/sbamultiplex.hxx
@@ -47,7 +47,7 @@
namespace dbaui
{
- // TODO : replace this class if MM provides an WeakSubObject in cppu
+ // TODO : replace this class if MM provides a WeakSubObject in cppu
class OSbaWeakSubObject : public ::cppu::OWeakObject
{
protected:
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index 9c7ad0b3062e..f361ca0b125d 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -1268,7 +1268,7 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
// the last win is active and we're travelling forward -> select the first conn
pNextConn = m_vTableConnection.begin()->get();
if ((aIter == m_aTableMap.begin()) && !bForward)
- // the first win is active an we're traveling backward -> select the last conn
+ // the first win is active and we're traveling backward -> select the last conn
pNextConn = m_vTableConnection.rbegin()->get();
}