summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlstyli.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:05:02 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 14:58:56 +0100
commita6e69f8fcd017519c37be409097108da6a6fcb33 (patch)
tree5906fed0faf294ccc3cc54a77a878e7b91a16f31 /sc/source/filter/xml/xmlstyli.cxx
parentconfirmed works under windows (diff)
downloadcore-a6e69f8fcd017519c37be409097108da6a6fcb33.tar.gz
core-a6e69f8fcd017519c37be409097108da6a6fcb33.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sc/source/filter/xml/xmlstyli.cxx')
-rw-r--r--sc/source/filter/xml/xmlstyli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx
index a901ae868494..004dfbab93ee 100644
--- a/sc/source/filter/xml/xmlstyli.cxx
+++ b/sc/source/filter/xml/xmlstyli.cxx
@@ -618,7 +618,7 @@ sal_Int32 XMLTableStyleContext::GetNumberFormat()
pMyStyles->FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, sDataStyleName, sal_True));
else
{
- DBG_ERROR("not possible to get style");
+ OSL_FAIL("not possible to get style");
}
}
if (pStyle)