diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-03 13:01:13 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 16:50:40 +0100 |
commit | f9273f454bf18ee9451b8d5dc844fc8ea6e43c95 (patch) | |
tree | edcc3041cf6c7234a3b42d3f54fea5cdc5c83cda /idl/source | |
parent | 5bc917e58e4ae486046151741e12488d83aa293c (diff) |
Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 81b2620bf5f2..4ec3d0808f02 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -489,7 +489,7 @@ SvMetaAttribute * SvIdlDataBase::ReadKnownAttr ByteString aStr( "Nicht gefunden : " ); aStr += pTok->GetString(); - DBG_ERROR( aStr.GetBuffer() ); + OSL_FAIL( aStr.GetBuffer() ); } } |