summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_droptarget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_droptarget.cxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_droptarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/dtrans/X11_droptarget.cxx b/vcl/unx/generic/dtrans/X11_droptarget.cxx
index 23e590a73f67..413101f321e0 100644
--- a/vcl/unx/generic/dtrans/X11_droptarget.cxx
+++ b/vcl/unx/generic/dtrans/X11_droptarget.cxx
@@ -46,7 +46,7 @@ DropTarget::~DropTarget()
m_pSelectionManager->deregisterDropTarget( m_aTargetWindow );
}
-void DropTarget::initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno::Exception, std::exception )
+void DropTarget::initialize( const Sequence< Any >& arguments ) throw( css::uno::Exception, std::exception )
{
if( arguments.getLength() > 1 )
{