summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formlayerexport.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:09:49 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:09:49 +0100
commit970be45287de1a046df1c546abb06ad5f6b9c084 (patch)
tree0a88a771e96b5e9d884e5b087adad9d320bdbe7b /xmloff/source/forms/formlayerexport.cxx
parente35cffb37a792b78f8dbcd85b329fa88097b1ea5 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'xmloff/source/forms/formlayerexport.cxx')
-rwxr-xr-xxmloff/source/forms/formlayerexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx
index 8011a5a994f3..ea5ebc93a1b6 100755
--- a/xmloff/source/forms/formlayerexport.cxx
+++ b/xmloff/source/forms/formlayerexport.cxx
@@ -108,7 +108,7 @@ namespace xmloff
}
catch(Exception&)
{
- OSL_ENSURE(sal_False, "OFormLayerXMLExport::examine: could not examine the draw page!");
+ OSL_FAIL("OFormLayerXMLExport::examine: could not examine the draw page!");
}
}