summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtvfldi.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-01 19:07:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-02 15:04:37 +0100
commit65c053ca1a5a8c7318ab1e42cdde2d540a283673 (patch)
tree2e1a29f5d832ff0cb0d4c095f038392b472459d1 /xmloff/source/text/txtvfldi.cxx
parentRemove DBG_UTILx (diff)
downloadcore-65c053ca1a5a8c7318ab1e42cdde2d540a283673.tar.gz
core-65c053ca1a5a8c7318ab1e42cdde2d540a283673.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'xmloff/source/text/txtvfldi.cxx')
-rw-r--r--xmloff/source/text/txtvfldi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx
index 037ceb6a737a..b4b20002b419 100644
--- a/xmloff/source/text/txtvfldi.cxx
+++ b/xmloff/source/text/txtvfldi.cxx
@@ -813,7 +813,7 @@ SvXMLImportContext* XMLVariableDeclsImportContext::CreateChildContext(
eElementName = XML_USER_FIELD_DECL;
break;
default:
- DBG_ERROR("unknown field type!");
+ OSL_FAIL("unknown field type!");
eElementName = XML_SEQUENCE_DECL;
break;
}
@@ -948,7 +948,7 @@ XMLVariableDeclImportContext::XMLVariableDeclImportContext(
break;
}
default:
- DBG_ERROR("unkown varfield type");
+ OSL_FAIL("unkown varfield type");
} // switch
} // else: no field master found/constructed
} // else: no sequence-decl
@@ -1331,7 +1331,7 @@ void XMLValueImportHelper::ProcessAttribute(
break;
default:
- DBG_ERROR("unknown value type");
+ OSL_FAIL("unknown value type");
bTypeOK = sal_False;
}
}