summaryrefslogtreecommitdiffstats
path: root/xmloff/source/meta
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/meta
parentsolar types are gone--remove this hack (diff)
downloadcore-970be45287de1a046df1c546abb06ad5f6b9c084.tar.gz
core-970be45287de1a046df1c546abb06ad5f6b9c084.zip
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'xmloff/source/meta')
-rwxr-xr-xxmloff/source/meta/MetaExportComponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/MetaExportComponent.cxx b/xmloff/source/meta/MetaExportComponent.cxx
index 12ba48f9982d..37af37bb498e 100755
--- a/xmloff/source/meta/MetaExportComponent.cxx
+++ b/xmloff/source/meta/MetaExportComponent.cxx
@@ -128,7 +128,7 @@ sal_uInt32 XMLMetaExportComponent::exportDoc( enum XMLTokenEnum )
}
catch( com::sun::star::uno::Exception& )
{
- OSL_ENSURE( sal_False, "Cannot instantiate com.sun.star.comp.Oasis2OOoTransformer!\n");
+ OSL_FAIL( "Cannot instantiate com.sun.star.comp.Oasis2OOoTransformer!\n");
}
}
}