summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
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/source/ui/browser
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/source/ui/browser')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx6
1 files changed, 3 insertions, 3 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;