summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-03-15 12:28:02 +0000
committerKai Ahrens <ka@openoffice.org>2001-03-15 12:28:02 +0000
commit0915eaab5622849dfdff1d61ad44a808895ed8cc (patch)
tree8e7459d7ed1daf91b6669dba501e322d78027428 /sot/source
parent0dd53c8d117b1716654c1aaf1a839ac9d0baf5b9 (diff)
#81926#: assertion removed
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/base/formats.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sot/source/base/formats.cxx b/sot/source/base/formats.cxx
index 400e8e036e65..de11a7a3af00 100644
--- a/sot/source/base/formats.cxx
+++ b/sot/source/base/formats.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formats.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mm $ $Date: 2001-02-07 09:59:35 $
+ * last change: $Author: ka $ $Date: 2001-03-15 13:28:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1503,11 +1503,9 @@ static BOOL CheckTransferableContext_Impl( const Reference< XTransferable >& rxT
}
catch( const UnsupportedFlavorException& )
{
- DBG_ERROR( "UnsupportedFlavorException" );
}
catch( const RuntimeException& )
{
- DBG_ERROR( "Runtime Exception" );
}
@@ -1591,11 +1589,9 @@ static USHORT GetTransferableAction_Impl(
}
catch( const UnsupportedFlavorException& )
{
- DBG_ERROR( "UnsupportedFlavorException" );
}
catch( const RuntimeException& )
{
- DBG_ERROR( "Runtime Exception" );
}
return EXCHG_INOUT_ACTION_NONE;