summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/sourcecontext.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-25 10:23:46 +0200
committerNoel Grandin <noel@peralex.com>2016-01-25 10:23:46 +0200
commit47b586380ec72a41d7b701a3f3da1f5b053f4762 (patch)
treef6bc4b6a92b650f8e34cffb6b8c091dfe0ebc0fc /dtrans/source/win32/dnd/sourcecontext.cxx
parente6469c892d4875fbcc11382d273ea7ab5b9a3dfc (diff)
fix Windows build
by reverting part of commit commit 752cd07d085ac0aadc99bd512d49072843139032 "InterfaceContainer2 with vector instead of Sequence" Change-Id: I69782899ce21fb48f6e77439bee7c7acdb0b4c41
Diffstat (limited to 'dtrans/source/win32/dnd/sourcecontext.cxx')
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.cxx b/dtrans/source/win32/dnd/sourcecontext.cxx
index 03ef66a43e5e..84e54da21cfc 100644
--- a/dtrans/source/win32/dnd/sourcecontext.cxx
+++ b/dtrans/source/win32/dnd/sourcecontext.cxx
@@ -94,7 +94,7 @@ void SourceContext::fire_dragDropEnd( sal_Bool success, sal_Int8 effect)
e.DragSourceContext= static_cast<XDragSourceContext*>( this);
e.Source.set( static_cast<XDragSourceContext*>( this), UNO_QUERY);
- OInterfaceContainerHelper2* pContainer= rBHelper.getContainer(
+ OInterfaceContainerHelper* pContainer= rBHelper.getContainer(
cppu::UnoType<XDragSourceListener>::get());
if( pContainer)
@@ -121,7 +121,7 @@ void SourceContext::fire_dropActionChanged( sal_Int8 dropAction, sal_Int8 userAc
e.DragSourceContext= static_cast<XDragSourceContext*>( this);
e.Source.set( static_cast<XDragSourceContext*>( this), UNO_QUERY);
- OInterfaceContainerHelper2* pContainer= rBHelper.getContainer(
+ OInterfaceContainerHelper* pContainer= rBHelper.getContainer(
cppu::UnoType<XDragSourceListener>::get());
if( pContainer)