summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-04 13:34:44 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-04 13:34:44 +0200
commitf099955cd1ddeddc6812913fde1b640957a4312f (patch)
tree29d074b10aa5d196ccd642b2f5ee7d2d055676ed /svtools
parentMake vcl building. (diff)
downloadcore-f099955cd1ddeddc6812913fde1b640957a4312f.tar.gz
core-f099955cd1ddeddc6812913fde1b640957a4312f.zip
DBG_ERROR into OSL_FAIL.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/wmf/wmfwr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/wmf/wmfwr.cxx b/svtools/source/filter/wmf/wmfwr.cxx
index 1f018cc61f13..df856064ab0c 100644
--- a/svtools/source/filter/wmf/wmfwr.cxx
+++ b/svtools/source/filter/wmf/wmfwr.cxx
@@ -1786,7 +1786,7 @@ void WMFWriter::WriteRecords( const GDIMetaFile & rMTF )
default:
{
- DBG_ERROR( "Unsupported meta action!" );
+ OSL_FAIL( "Unsupported meta action!" );
}
break;
}