diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:44:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:58 +0200 |
commit | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch) | |
tree | 5a30d3e74a0ab663a3438520e99da90dd18b26b9 /dtrans | |
parent | c8e94ffb8cc8bedf7a572ca12931caa999733799 (diff) |
typo: dependend -> dependent
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/target.cxx | 2 | ||||
-rw-r--r-- | dtrans/source/win32/dnd/target.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index 4f52e540d07c..74adbbb10a32 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -608,7 +608,7 @@ void DropTarget::_rejectDrag( const Reference<XDropTargetDragContext>& context) } } -// This function determines the action dependend on the pressed +// This function determines the action dependent on the pressed // key modifiers ( CTRL, SHIFT, ALT, Right Mouse Button). The result // is then checked against the allowed actions which can be set through // XDropTarget::setDefaultActions. Only those values which are also diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx index 37772ac1f4e1..6216213eedbb 100644 --- a/dtrans/source/win32/dnd/target.hxx +++ b/dtrans/source/win32/dnd/target.hxx @@ -170,7 +170,7 @@ public: void _rejectDrag( const Reference<XDropTargetDragContext>& context); protected: - // Gets the current action dependend on the pressed modifiers, the effects + // Gets the current action dependent on the pressed modifiers, the effects // supported by the drop source (IDropSource) and the default actions of the // drop target (XDropTarget, this class)) inline sal_Int8 getFilteredActions( DWORD grfKeyState, DWORD sourceActions); |