From d86e9a3906b5c2c51a7a04dac0a63c9f74196991 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 12 Mar 2011 11:47:36 +0100 Subject: Move OSL_ENSURE(false,...) to OSL_FAIL(...) --- sot/source/base/filelist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source/base/filelist.cxx') diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index c6d75b36f0ef..771f88b3980e 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -114,7 +114,7 @@ void FileList::Assign( const SvDataCopyStream& rCopyStream ) SvStream& operator<<( SvStream& rOStm, const FileList& /*rFileList*/ ) { - OSL_ENSURE(false, "Not implemented!"); + OSL_FAIL("Not implemented!"); return rOStm; } -- cgit