From 151887a9550efed41c5a2709a4f56d768b441ce4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 22 Dec 2013 18:51:41 +0100 Subject: Fix other typos Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896 --- dtrans/test/win32/dnd/sourcelistener.hxx | 2 +- dtrans/test/win32/dnd/targetlistener.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/test/win32/dnd/sourcelistener.hxx b/dtrans/test/win32/dnd/sourcelistener.hxx index d823fd631587..07d3294a61aa 100644 --- a/dtrans/test/win32/dnd/sourcelistener.hxx +++ b/dtrans/test/win32/dnd/sourcelistener.hxx @@ -33,7 +33,7 @@ using namespace ::com::sun::star::lang; class DragSourceListener: public WeakImplHelper1 { - // this is a window where droped data are shown as text (only text) + // this is a window where dropped data are shown as text (only text) public: DragSourceListener( ); ~DragSourceListener(); diff --git a/dtrans/test/win32/dnd/targetlistener.hxx b/dtrans/test/win32/dnd/targetlistener.hxx index 69c98dd64066..fcca511ac978 100644 --- a/dtrans/test/win32/dnd/targetlistener.hxx +++ b/dtrans/test/win32/dnd/targetlistener.hxx @@ -41,7 +41,7 @@ using namespace ::com::sun::star::lang; class DropTargetListener: public WeakImplHelper1 { - // this is a window where droped data are shown as text (only text) + // this is a window where dropped data are shown as text (only text) HWND m_hEdit; public: DropTargetListener( HWND hEdit); -- cgit