summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdocumentclassification.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/fmdocumentclassification.cxx')
-rw-r--r--svx/source/form/fmdocumentclassification.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx
index 34083dae5108..f22d204f0cea 100644
--- a/svx/source/form/fmdocumentclassification.cxx
+++ b/svx/source/form/fmdocumentclassification.cxx
@@ -151,7 +151,7 @@ namespace svxform
}
// last: uhm, there is no last resort
- OSL_ENSURE( false, "DocumentClassification::classifyDocument: unknown document!" );
+ OSL_FAIL( "DocumentClassification::classifyDocument: unknown document!" );
}
catch( const Exception& )
{