Kaydet (Commit) 7773edb3 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I57ddee21cb31c06b47eaf30010fa7378401a2f17
Reviewed-on: https://gerrit.libreoffice.org/72541
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 43d7558e
...@@ -68,7 +68,7 @@ DragSource::~DragSource() ...@@ -68,7 +68,7 @@ DragSource::~DragSource()
???? ????
Do we really need a separate thread for Do we really need a separate thread for
every Dnd operation or only if the source every Dnd operation or only if the source
thread is an MTA thread thread is a MTA thread
???? ????
*/ */
void DragSource::StartDragImpl( void DragSource::StartDragImpl(
...@@ -111,7 +111,7 @@ void DragSource::StartDragImpl( ...@@ -111,7 +111,7 @@ void DragSource::StartDragImpl(
DWORD processId; DWORD processId;
m_threadIdWindow= GetWindowThreadProcessId( m_hAppWindow, &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 // to acquire at the start of the thread procedure
// the thread procedure is responsible for the release // the thread procedure is responsible for the release
acquire(); acquire();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment