summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtparai.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/txtparai.cxx
parentRemove DBG_UTILx (diff)
downloadcore-65c053ca1a5a8c7318ab1e42cdde2d540a283673.tar.gz
core-65c053ca1a5a8c7318ab1e42cdde2d540a283673.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'xmloff/source/text/txtparai.cxx')
-rw-r--r--xmloff/source/text/txtparai.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 31a6f7625042..90d627add308 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -1190,7 +1190,7 @@ void XMLIndexMarkImportContext_Impl::StartElement(
}
default:
- DBG_ERROR("unknown index mark type!");
+ OSL_FAIL("unknown index mark type!");
break;
}
}
@@ -1250,7 +1250,7 @@ void XMLIndexMarkImportContext_Impl::ProcessAttribute(
break;
default:
- DBG_ERROR("unknown index mark type!");
+ OSL_FAIL("unknown index mark type!");
break;
}
}
@@ -1301,7 +1301,7 @@ void XMLIndexMarkImportContext_Impl::GetServiceName(
default:
{
- DBG_ERROR("unknown index mark type!");
+ OSL_FAIL("unknown index mark type!");
OUString sTmp;
sServiceName = sTmp;
break;