From c15913b273c74bbfe7b24f99934e09a3249a81a9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 12 Mar 2014 15:48:13 +0200 Subject: Spelling fix: suported Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd --- xmloff/source/style/xmlimppr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx index 017392170413..33ca7e329ed4 100644 --- a/xmloff/source/style/xmlimppr.cxx +++ b/xmloff/source/style/xmlimppr.cxx @@ -326,7 +326,7 @@ bool SvXMLImportPropertyMapper::handleSpecialItem( const SvXMLUnitConverter& rUnitConverter, const SvXMLNamespaceMap& rNamespaceMap ) const { - OSL_ENSURE( mxNextMapper.is(), "unsuported special item in xml import" ); + OSL_ENSURE( mxNextMapper.is(), "unsupported special item in xml import" ); if( mxNextMapper.is() ) return mxNextMapper->handleSpecialItem( rProperty, rProperties, rValue, rUnitConverter, rNamespaceMap ); -- cgit