summaryrefslogtreecommitdiff
path: root/vcl/win/dtrans/XNotifyingDataObject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/dtrans/XNotifyingDataObject.cxx')
-rw-r--r--vcl/win/dtrans/XNotifyingDataObject.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/win/dtrans/XNotifyingDataObject.cxx b/vcl/win/dtrans/XNotifyingDataObject.cxx
index a989b47e938d..e791f5cd97d0 100644
--- a/vcl/win/dtrans/XNotifyingDataObject.cxx
+++ b/vcl/win/dtrans/XNotifyingDataObject.cxx
@@ -18,6 +18,7 @@
*/
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include "XNotifyingDataObject.hxx"
#include "WinClipboard.hxx"
@@ -141,7 +142,7 @@ void CXNotifyingDataObject::lostOwnership( )
}
catch(RuntimeException&)
{
- OSL_FAIL( "RuntimeException caught" );
+ TOOLS_WARN_EXCEPTION( "vcl", "" );
}
}