diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:48:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:56:04 +0200 |
commit | c15913b273c74bbfe7b24f99934e09a3249a81a9 (patch) | |
tree | 2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe /xmloff | |
parent | 360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d (diff) |
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlimppr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |