summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-16 19:37:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-16 21:05:44 +0100
commita26b6c5a37408f49f81786ac1ba2ae9cef70d3d9 (patch)
treec35bd29ce1e01a4101c1d72d4a0bd1c5399a01e0 /dbaccess
parent66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063 (diff)
Fix typos
Change-Id: I7b6c699b46fb71c1f19b5e5548c22a11efe8b864 Reviewed-on: https://gerrit.libreoffice.org/44836 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx6
-rw-r--r--dbaccess/source/ui/misc/WCPage.cxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index b97bcaa239fd..31939a46c5d1 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -576,7 +576,7 @@ void SbaGridHeader::dispose()
void SbaGridHeader::StartDrag( sal_Int8 _nAction, const Point& _rPosPixel )
{
SolarMutexGuard aGuard;
- // in the new DnD API, the solar mutex is not locked when StartDrag get's called
+ // in the new DnD API, the solar mutex is not locked when StartDrag is called
ImplStartColumnDrag( _nAction, _rPosPixel );
}
@@ -587,7 +587,7 @@ void SbaGridHeader::MouseButtonDown( const MouseEvent& _rMEvt )
if (_rMEvt.GetClicks() != 2)
{
// the base class will start a column move here, which we don't want to allow
- // (at the moment. If we store relative positions with the columns, we can allow column moves ....)
+ // (at the moment. If we store relative positions with the columns, we can allow column moves...)
}
@@ -1023,7 +1023,7 @@ void SbaGridControl::MouseButtonDown( const BrowserMouseEvent& rMEvt)
void SbaGridControl::StartDrag( sal_Int8 _nAction, const Point& _rPosPixel )
{
SolarMutexGuard aGuard;
- // in the new DnD API, the solar mutex is not locked when StartDrag get's called
+ // in the new DnD API, the solar mutex is not locked when StartDrag is called
bool bHandled = false;
diff --git a/dbaccess/source/ui/misc/WCPage.cxx b/dbaccess/source/ui/misc/WCPage.cxx
index 1b79ab76ed19..6f164463fda4 100644
--- a/dbaccess/source/ui/misc/WCPage.cxx
+++ b/dbaccess/source/ui/misc/WCPage.cxx
@@ -139,7 +139,7 @@ IMPL_LINK( OCopyTable, RadioChangeHdl, Button*, pButton, void )
m_pCB_PrimaryColumn->Enable(bKey);
m_pCB_UseHeaderLine->Enable(m_bUseHeaderAllowed && IsOptionDefData());
- // set typ what to do
+ // set type what to do
if( IsOptionDefData() )
m_pParent->setOperation( CopyTableOperation::CopyDefinitionAndData );
else if( IsOptionDef() )