diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-03 13:55:24 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 16:50:40 +0100 |
commit | b228332fe618b8776acec235f8d4cfce9a012bba (patch) | |
tree | 808b22d39a8ea015aed1f5cff940aa573e9d62eb /basic | |
parent | f9273f454bf18ee9451b8d5dc844fc8ea6e43c95 (diff) |
Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index e82261084a70..bbdac7c13855 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -1853,7 +1853,7 @@ String BasicFrame::GenRealString( const String &aResString ) } else { - DBG_ERROR( CByteString("Unknown replacement in String: ").Append( ByteString( aResult.Copy(nStart,nEnd-nStart), RTL_TEXTENCODING_UTF8 ) ).GetBuffer() ); + OSL_FAIL( CByteString("Unknown replacement in String: ").Append( ByteString( aResult.Copy(nStart,nEnd-nStart), RTL_TEXTENCODING_UTF8 ) ).GetBuffer() ); nStartPos = nStartPos + StartKenn.Len(); } } |