diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:25:48 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-19 18:15:30 +0200 |
commit | 7773edb33dac2b8aa548dd6859514833872b61d8 (patch) | |
tree | 279573642e8fdfdd607427085902c2d653136615 /dtrans/source | |
parent | 43d7558e452c38ac22d4b925c96e7013dafc6396 (diff) |
Fix typo
Change-Id: I57ddee21cb31c06b47eaf30010fa7378401a2f17
Reviewed-on: https://gerrit.libreoffice.org/72541
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/win32/dnd/source.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx index 772eeb0ccb00..ac5f18382819 100644 --- a/dtrans/source/win32/dnd/source.cxx +++ b/dtrans/source/win32/dnd/source.cxx @@ -68,7 +68,7 @@ DragSource::~DragSource() ???? Do we really need a separate thread for every Dnd operation or only if the source - thread is an MTA thread + thread is a MTA thread ???? */ void DragSource::StartDragImpl( @@ -111,7 +111,7 @@ void DragSource::StartDragImpl( DWORD processId; m_threadIdWindow= GetWindowThreadProcessId( m_hAppWindow, &processId); - // hold the instance for the DnD thread, it's to late + // hold the instance for the DnD thread, it's too late // to acquire at the start of the thread procedure // the thread procedure is responsible for the release acquire(); |