diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-24 22:54:11 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-09-25 12:20:56 +0200 |
commit | e44c188a7353cc183fac8ece0cbf3611d842835e (patch) | |
tree | 94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /dtrans | |
parent | e1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff) |
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2
Reviewed-on: https://gerrit.libreoffice.org/42726
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/globals.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/globals.hxx b/dtrans/source/win32/dnd/globals.hxx index d8763189d3b3..01a218dd4fcc 100644 --- a/dtrans/source/win32/dnd/globals.hxx +++ b/dtrans/source/win32/dnd/globals.hxx @@ -47,7 +47,7 @@ namespace com { namespace sun { namespace star { namespace datatransfer { // IDropSource::QueryContinueDrag, to actions as are declared in // css::datatransfer::dnd::DNDConstants ( ACTION_MOVE etc). // If the grfKeyState indicates the ALt or right mousebutton then the returned -// values combines all possible actions. This is because those key and button are +// values combines all possible actions. This is because those keys and buttons are // used when the user expect a menu to appear when he drops. The menu then // contains entries, such as move, copy, link, cancel. // An odd fact is that the argument grfKeyState in IDropTarget::Drop does not |