summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd/targetlistener.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-22 18:51:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-22 18:51:41 +0100
commit151887a9550efed41c5a2709a4f56d768b441ce4 (patch)
treeff8034b8af3334626014e1bd4f61062551a587ba /dtrans/test/win32/dnd/targetlistener.hxx
parent98929ce4e8e161febd8fcc0a0a53e607c6681483 (diff)
Fix other typos
Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
Diffstat (limited to 'dtrans/test/win32/dnd/targetlistener.hxx')
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx2
1 files changed, 1 insertions, 1 deletions
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<XDropTargetListener>
{
- // 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);