diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-08 14:06:54 +0200 |
commit | b9dd51782ceba70bda091191349d31767b7bf744 (patch) | |
tree | b08a32be30934595e9bdcf98e877f16a3d170e68 /dtrans/source | |
parent | c1692f620610621a139e54fb1f9d11d4c177608d (diff) |
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'dtrans/source')
-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 849b284f50c4..8cb12e69d1da 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -556,7 +556,7 @@ void DropTarget::fire_dropActionChanged( const DropTargetDragEvent& dtde ) // Non - interface functions // DropTarget fires events to XDropTargetListeners. The event object contains an -// XDropTargetDropContext implementaion. When the listener calls on that interface +// XDropTargetDropContext implementation. When the listener calls on that interface // then the calls are delegated from DropContext (XDropTargetDropContext) to these // functions. // Only one listener which visible area is affected is allowed to call on @@ -590,7 +590,7 @@ void DropTarget::_dropComplete(sal_Bool success, const Reference<XDropTargetDrop } // DropTarget fires events to XDropTargetListeners. The event object can contains an -// XDropTargetDragContext implementaion. When the listener calls on that interface +// XDropTargetDragContext implementation. When the listener calls on that interface // then the calls are delegated from DragContext (XDropTargetDragContext) to these // functions. // Only one listener which visible area is affected is allowed to call on |