summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/sourcecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/sourcecontext.cxx')
-rw-r--r--dtrans/source/win32/dnd/sourcecontext.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dtrans/source/win32/dnd/sourcecontext.cxx b/dtrans/source/win32/dnd/sourcecontext.cxx
index 3408c2913359..08adfaaea0cb 100644
--- a/dtrans/source/win32/dnd/sourcecontext.cxx
+++ b/dtrans/source/win32/dnd/sourcecontext.cxx
@@ -42,34 +42,28 @@ SourceContext::~SourceContext()
void SAL_CALL SourceContext::addDragSourceListener(
const Reference<XDragSourceListener >& )
- throw( RuntimeException)
{
}
void SAL_CALL SourceContext::removeDragSourceListener(
const Reference<XDragSourceListener >& )
- throw( RuntimeException)
{
}
sal_Int32 SAL_CALL SourceContext::getCurrentCursor( )
- throw( RuntimeException)
{
return 0;
}
void SAL_CALL SourceContext::setCursor( sal_Int32 /*cursorId*/ )
- throw( RuntimeException)
{
}
void SAL_CALL SourceContext::setImage( sal_Int32 /*imageId*/ )
- throw( RuntimeException)
{
}
void SAL_CALL SourceContext::transferablesFlavorsChanged( )
- throw( RuntimeException)
{
}