diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 16:56:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-08-01 23:40:12 +0900 |
commit | 9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch) | |
tree | b6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /dtrans | |
parent | ca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff) |
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/target.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |