summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapper_Impl.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapper_Impl.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 556e5abc495d..3e50c10ee4b4 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -2058,7 +2058,7 @@ void DomainMapper_Impl::finishParagraph( const PropertyMapPtr& pPropertyMap, con
}
catch(const lang::IllegalArgumentException&)
{
- OSL_FAIL( "IllegalArgumentException in DomainMapper_Impl::finishParagraph" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "DomainMapper_Impl::finishParagraph" );
}
catch(const uno::Exception&)
{
@@ -2216,11 +2216,11 @@ void DomainMapper_Impl::appendTextPortion( const OUString& rString, const Proper
}
catch(const lang::IllegalArgumentException&)
{
- OSL_FAIL( "IllegalArgumentException in DomainMapper_Impl::appendTextPortion" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "DomainMapper_Impl::appendTextPortion" );
}
catch(const uno::Exception&)
{
- OSL_FAIL( "Exception in DomainMapper_Impl::appendTextPortion" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "DomainMapper_Impl::appendTextPortion" );
}
}
@@ -2350,7 +2350,7 @@ void DomainMapper_Impl::appendOLE( const OUString& rStreamName, const std::share
}
catch( const uno::Exception& )
{
- OSL_FAIL( "Exception in creation of OLE object" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "in creation of OLE object" );
}
}
@@ -2405,7 +2405,7 @@ void DomainMapper_Impl::appendStarMath( const Value& val )
}
catch( const uno::Exception& )
{
- OSL_FAIL( "Exception in creation of StarMath object" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "in creation of StarMath object" );
}
}
@@ -2699,7 +2699,7 @@ void DomainMapper_Impl::CreateRedline(uno::Reference<text::XTextRange> const& xR
}
catch( const uno::Exception & )
{
- OSL_FAIL( "Exception in makeRedline" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "in makeRedline" );
}
}
@@ -6446,11 +6446,11 @@ void DomainMapper_Impl::PopFieldContext()
}
catch(const lang::IllegalArgumentException&)
{
- OSL_FAIL( "IllegalArgumentException in PopFieldContext()" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "PopFieldContext()" );
}
catch(const uno::Exception&)
{
- OSL_FAIL( "exception in PopFieldContext()" );
+ TOOLS_WARN_EXCEPTION( "writerfilter", "PopFieldContext()" );
}
}