summaryrefslogtreecommitdiffstats
path: root/sfx2/source/config
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 /sfx2/source/config
parentRemove DBG_UTILx (diff)
downloadcore-65c053ca1a5a8c7318ab1e42cdde2d540a283673.tar.gz
core-65c053ca1a5a8c7318ab1e42cdde2d540a283673.zip
Move DBG_ERROR to OSL_FAIL
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 33c6346efe03..8d2294cd0805 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -130,19 +130,19 @@ SfxPoolItem* SfxEventNamesItem::Clone( SfxItemPool *) const
SfxPoolItem* SfxEventNamesItem::Create(SvStream &, USHORT) const
{
- DBG_ERROR("not streamable!");
+ OSL_FAIL("not streamable!");
return new SfxEventNamesItem(Which());
}
SvStream& SfxEventNamesItem::Store(SvStream &rStream, USHORT ) const
{
- DBG_ERROR("not streamable!");
+ OSL_FAIL("not streamable!");
return rStream;
}
USHORT SfxEventNamesItem::GetVersion( USHORT ) const
{
- DBG_ERROR("not streamable!");
+ OSL_FAIL("not streamable!");
return 0;
}