diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 11:55:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:36 +0100 |
commit | 45c2e99be29025a88b70551856f9fa896c13bb69 (patch) | |
tree | 7cdb4ace0e00ae08052b52dd1375b9af5b5efe49 /dtrans | |
parent | d8639ceb1dbcd6438f9d49357aed38fc982a3df0 (diff) |
probable intent
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/globals.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/globals.cxx b/dtrans/source/win32/dnd/globals.cxx index 5222a80b8c3d..4e478b7ad2fd 100644 --- a/dtrans/source/win32/dnd/globals.cxx +++ b/dtrans/source/win32/dnd/globals.cxx @@ -83,7 +83,7 @@ sal_Int8 dndOleKeysToAction( DWORD grfKeyState, sal_Int8 nSourceActions) { ret= ACTION_LINK; } - else if ( grfKeyState & MK_RBUTTON | + else if ( grfKeyState & MK_RBUTTON || grfKeyState & MK_ALT) { ret= ACTION_COPY_OR_MOVE | ACTION_LINK; |