From 9bac4d413e960e354a3cf81e3de9b1cb483d02ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Aug 2014 16:56:25 +0900 Subject: typo: more then -> more than Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 --- dtrans/source/win32/dnd/target.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index eac5404ee77a..6a6afe898e43 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -341,7 +341,7 @@ HRESULT DropTarget::DragEnter( IDataObject *pDataObj, // by the listener (m_nCurrentDropAction) is allowed by the source. Only a allowed action is set // in pdwEffect. The listener notification is asynchron, that is we cannot expext that the listener // has already reacted to the notification. - // If there is more then 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 // then getDropEffect returns DROPEFFECT_MOVE which is the default value if no other modifier is pressed. // On drop the target should present the user a dialog from which the user may change the action. sal_Int8 allowedActions= dndOleDropEffectsToActions( *pdwEffect); @@ -389,7 +389,7 @@ HRESULT DropTarget::DragOver( DWORD grfKeyState, // by the listener (m_nCurrentDropAction) is allowed by the source. Only a allowed action is set // in pdwEffect. The listener notification is asynchron, that is we cannot expext that the listener // has already reacted to the notification. - // If there is more then 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 // then getDropEffect returns DROPEFFECT_MOVE which is the default value if no other modifier is pressed. // On drop the target should present the user a dialog from which the user may change the action. sal_Int8 allowedActions= dndOleDropEffectsToActions( *pdwEffect); -- cgit