[Libreoffice-commits] core.git: vcl/win

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 16:36:19 UTC 2020


 vcl/win/dtrans/target.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f90da5211abb470982b2070237c7758556a70145
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 23 08:24:44 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Sep 24 18:35:32 2020 +0200

    Fix typo
    
    Change-Id: Ieb59e035d6454536db44a1aeb3ffdbb25e6bba08
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103226
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/win/dtrans/target.cxx b/vcl/win/dtrans/target.cxx
index 0aa04ea1f7ab..adddabab7038 100644
--- a/vcl/win/dtrans/target.cxx
+++ b/vcl/win/dtrans/target.cxx
@@ -343,7 +343,7 @@ HRESULT DropTarget::DragEnter( IDataObject *pDataObj,
             fire_dragEnter( e);
             // Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set
             // by the listener (m_nCurrentDropAction) is allowed by the source. Only an allowed action is set
-            // in pdwEffect. The listener notification is asynchron, that is we cannot expect that the listener
+            // in pdwEffect. The listener notification is asynchronous, that is we cannot expect that the listener
             // has already reacted to the notification.
             // If there is more than one valid action which is the case when ALT or RIGHT MOUSE BUTTON is pressed
             // then getDropEffect returns DROPEFFECT_MOVE which is the default value if no other modifier is pressed.
@@ -391,7 +391,7 @@ HRESULT DropTarget::DragOver( DWORD grfKeyState,
             fire_dragOver( e);
             // Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set
             // by the listener (m_nCurrentDropAction) is allowed by the source. Only an allowed action is set
-            // in pdwEffect. The listener notification is asynchron, that is we cannot expect that the listener
+            // in pdwEffect. The listener notification is asynchronous, that is we cannot expect that the listener
             // has already reacted to the notification.
             // If there is more than one valid action which is the case when ALT or RIGHT MOUSE BUTTON is pressed
             // then getDropEffect returns DROPEFFECT_MOVE which is the default value if no other modifier is pressed.


More information about the Libreoffice-commits mailing list