summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/StyleSheetTable.cxx')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index a67a7aed972e..731facdaff84 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -1556,7 +1556,7 @@ void StyleSheetTable::applyDefaults(bool bParaProperties)
}
catch( const uno::Exception& )
{
- OSL_FAIL( "setPropertyValue exception");
+ TOOLS_WARN_EXCEPTION( "writerfilter", "setPropertyValue");
}
}
}
@@ -1577,7 +1577,7 @@ void StyleSheetTable::applyDefaults(bool bParaProperties)
}
catch( const uno::Exception& )
{
- OSL_FAIL( "setPropertyValue exception");
+ TOOLS_WARN_EXCEPTION( "writerfilter", "exception");
}
}
}
@@ -1629,7 +1629,7 @@ OUString StyleSheetTable::getOrCreateCharStyle( PropertyValueVector_t& rCharProp
}
catch( const uno::Exception& )
{
- OSL_FAIL( "Exception in StyleSheetTable::getOrCreateCharStyle - Style::setPropertyValue");
+ TOOLS_WARN_EXCEPTION( "writerfilter", "StyleSheetTable::getOrCreateCharStyle - Style::setPropertyValue");
}
}
xCharStyles->insertByName( sListLabel, uno::makeAny( xStyle) );
@@ -1637,7 +1637,7 @@ OUString StyleSheetTable::getOrCreateCharStyle( PropertyValueVector_t& rCharProp
}
catch( const uno::Exception& )
{
- OSL_FAIL( "Exception in StyleSheetTable::getOrCreateCharStyle");
+ TOOLS_WARN_EXCEPTION( "writerfilter", "StyleSheetTable::getOrCreateCharStyle");
}
return sListLabel;