summaryrefslogtreecommitdiff
path: root/dtrans/test/win32/dnd
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/test/win32/dnd')
-rw-r--r--dtrans/test/win32/dnd/atlwindow.hxx2
-rw-r--r--dtrans/test/win32/dnd/targetlistener.hxx2
-rw-r--r--dtrans/test/win32/dnd/transferable.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/test/win32/dnd/atlwindow.hxx b/dtrans/test/win32/dnd/atlwindow.hxx
index 0dbb0f5d879c..692b8befdc7a 100644
--- a/dtrans/test/win32/dnd/atlwindow.hxx
+++ b/dtrans/test/win32/dnd/atlwindow.hxx
@@ -52,7 +52,7 @@ class AWindow: public CWindowImpl<AWindow, CWindow,
CDTransObjFactory m_aDataConverter;
public:
- AWindow(LPCTSTR strName)
+ explicit AWindow(LPCTSTR strName)
{
RECT rcPos= {0,0,200,200};
Create(0, rcPos, strName);
diff --git a/dtrans/test/win32/dnd/targetlistener.hxx b/dtrans/test/win32/dnd/targetlistener.hxx
index 5064dc7b2efd..153dc64eead5 100644
--- a/dtrans/test/win32/dnd/targetlistener.hxx
+++ b/dtrans/test/win32/dnd/targetlistener.hxx
@@ -44,7 +44,7 @@ class DropTargetListener: public WeakImplHelper<XDropTargetListener>
// this is a window where dropped data are shown as text (only text)
HWND m_hEdit;
public:
- DropTargetListener( HWND hEdit);
+ explicit DropTargetListener(HWND hEdit);
~DropTargetListener();
virtual void SAL_CALL disposing( const EventObject& Source )
diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx
index 428c9f7fa98b..1afafea498e0 100644
--- a/dtrans/test/win32/dnd/transferable.hxx
+++ b/dtrans/test/win32/dnd/transferable.hxx
@@ -70,7 +70,7 @@ class CTransferable : public WeakImplHelper< XClipboardOwner, XTransferable >
{
public:
CTransferable( ){};
- CTransferable( wchar_t* dataString);
+ explicit CTransferable( wchar_t* dataString);
// XTransferable