summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-26 10:45:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-26 10:45:02 +0100
commit756b7d315a2bef7177c1123af9ce223293c88970 (patch)
tree6815d9484b15519d2db4be03b61a8fcf5f8abb5d /reportdesign/source/filter/xml
parent91697b75c337dcab54d56efb6e24701147900676 (diff)
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'reportdesign/source/filter/xml')
-rw-r--r--reportdesign/source/filter/xml/xmlStyleImport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx
index 1e954612310e..e93e7f37a3e9 100644
--- a/reportdesign/source/filter/xml/xmlStyleImport.cxx
+++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx
@@ -129,7 +129,7 @@ void OControlStyleContext::FillPropertySet(const Reference< XPropertySet > & rPr
pStyle = PTR_CAST(SvXMLNumFormatContext,pMyStyles->
FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, m_sDataStyleName, sal_True));
else {
- OSL_ASSERT("not possible to get style");
+ OSL_FAIL("not possible to get style");
}
}
if ( pStyle )