summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltfnc.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-03 13:01:13 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:40 +0100
commitf9273f454bf18ee9451b8d5dc844fc8ea6e43c95 (patch)
treeedcc3041cf6c7234a3b42d3f54fea5cdc5c83cda /sfx2/source/bastyp/fltfnc.cxx
parent5bc917e58e4ae486046151741e12488d83aa293c (diff)
Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
Diffstat (limited to 'sfx2/source/bastyp/fltfnc.cxx')
-rw-r--r--sfx2/source/bastyp/fltfnc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx
index ec06335b1077..6563953a1dc7 100644
--- a/sfx2/source/bastyp/fltfnc.cxx
+++ b/sfx2/source/bastyp/fltfnc.cxx
@@ -399,7 +399,7 @@ if( nErr == 1 || nErr == USHRT_MAX || nErr == ULONG_MAX ) \
aText += ' '; \
aText += ByteString(U2S(pFilter->GetFilterName())); \
} \
- DBG_ERROR( aText.GetBuffer() ); \
+ OSL_FAIL( aText.GetBuffer() ); \
nErr = ERRCODE_ABORT; \
}