dtrans/test/win32/dnd/atlwindow.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e622abbab580434038c117b013757885d3f0fb58
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jul 24 08:42:54 2019 +0200
Commit:     Andrea Gelmini <[email protected]>
CommitDate: Wed Jul 24 16:40:36 2019 +0200

    Fix typo
    
    Change-Id: I6632893980c8f71addda60c9bf447ceca962804d
    Reviewed-on: https://gerrit.libreoffice.org/72691
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <[email protected]>

diff --git a/dtrans/test/win32/dnd/atlwindow.cxx 
b/dtrans/test/win32/dnd/atlwindow.cxx
index 9e1e2e1fc693..95aca10e75fc 100644
--- a/dtrans/test/win32/dnd/atlwindow.cxx
+++ b/dtrans/test/win32/dnd/atlwindow.cxx
@@ -115,7 +115,7 @@ LRESULT AWindow::OnCreate(UINT uMsg, WPARAM wParam, LPARAM 
lParam, BOOL& bHandle
 
     m_xDropTarget->addDropTargetListener( static_cast<XDropTargetListener*>
         ( new DropTargetListener( m_hwndEdit)) );
-//  // make this window tho a drop target
+//  // make this window a drop target
     m_xDropTarget->setActive(sal_True);
 
     return 0;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to