summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/source.hxx')
-rw-r--r--dtrans/source/win32/dnd/source.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/source.hxx b/dtrans/source/win32/dnd/source.hxx
index 5690b04b493c..736e2bc9f4c0 100644
--- a/dtrans/source/win32/dnd/source.hxx
+++ b/dtrans/source/win32/dnd/source.hxx
@@ -51,7 +51,7 @@ class DragSource:
public IDropSource
{
- Reference<XMultiServiceFactory> m_serviceFactory;
+ Reference<XComponentContext> m_xContext;
HWND m_hAppWindow;
// The mouse button that set off the drag and drop operation
@@ -89,7 +89,7 @@ public:
sal_Int8 m_sourceActions;
public:
- DragSource(const Reference<XMultiServiceFactory>& sf);
+ DragSource(const Reference<XComponentContext>& rxContext);
virtual ~DragSource();
// XInitialization