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

Fix typo

Change-Id: I6addc8273cbf46d047e2df4aa27dff11a8666bce
Reviewed-on: https://gerrit.libreoffice.org/72569Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 63dc8fe9
...@@ -343,7 +343,7 @@ HRESULT DropTarget::DragEnter( IDataObject *pDataObj, ...@@ -343,7 +343,7 @@ HRESULT DropTarget::DragEnter( IDataObject *pDataObj,
fire_dragEnter( e); fire_dragEnter( e);
// Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set // Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set
// by the listener (m_nCurrentDropAction) is allowed by the source. Only a allowed action is 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 asynchron, that is we cannot expect that the listener
// has already reacted to the notification. // 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 // If there is more than one valid action which is the case when ALT or RIGHT MOUSE BUTTON is pressed
...@@ -391,7 +391,7 @@ HRESULT DropTarget::DragOver( DWORD grfKeyState, ...@@ -391,7 +391,7 @@ HRESULT DropTarget::DragOver( DWORD grfKeyState,
// The Event contains a XDropTargetDragContext implementation. // The Event contains a XDropTargetDragContext implementation.
fire_dragOver( e); fire_dragOver( e);
// Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set // Check if the action derived from grfKeyState (m_nCurrentDropAction) or the action set
// by the listener (m_nCurrentDropAction) is allowed by the source. Only a allowed action is 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 asynchron, that is we cannot expect that the listener
// has already reacted to the notification. // 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 // If there is more than one valid action which is the case when ALT or RIGHT MOUSE BUTTON is pressed
...@@ -565,7 +565,7 @@ void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) ...@@ -565,7 +565,7 @@ void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde )
// XDropTargetDropContext // XDropTargetDropContext
// Returning sal_False would cause the XDropTargetDropContext or ..DragContext implementation // Returning sal_False would cause the XDropTargetDropContext or ..DragContext implementation
// to throw an InvalidDNDOperationException, meaning that a Drag is not currently performed. // to throw an InvalidDNDOperationException, meaning that a Drag is not currently performed.
// return sal_False results in throwing a InvalidDNDOperationException in the caller. // return sal_False results in throwing an InvalidDNDOperationException in the caller.
void DropTarget::_acceptDrop(sal_Int8 dropOperation, const Reference<XDropTargetDropContext>& context) void DropTarget::_acceptDrop(sal_Int8 dropOperation, const Reference<XDropTargetDropContext>& context)
{ {
......
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