summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 13:32:01 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-11 23:41:05 +0100
commited491cc3d9dbaf1a4fb1c9092c4f99b6f0612558 (patch)
tree06c73e7ebaf945a4153bb52b66b4adc525d98b17 /svtools/source
parent5c3d61abf9167c095b821f4f492316a9cae1e3f0 (diff)
Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/filter.vcl/wmf/emfwr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.cxx b/svtools/source/filter.vcl/wmf/emfwr.cxx
index 7e10170ffd11..ba97834b4fbc 100644
--- a/svtools/source/filter.vcl/wmf/emfwr.cxx
+++ b/svtools/source/filter.vcl/wmf/emfwr.cxx
@@ -1408,7 +1408,7 @@ void EMFWriter::ImplWrite( const GDIMetaFile& rMtf )
break;
default:
- DBG_ERROR( ( ByteString( "EMFWriter::ImplWriteActions: unsupported MetaAction #" ) += ByteString::CreateFromInt32( nType ) ).GetBuffer() );
+ OSL_FAIL( ( ByteString( "EMFWriter::ImplWriteActions: unsupported MetaAction #" ) += ByteString::CreateFromInt32( nType ) ).GetBuffer() );
break;
}
}