summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-12 15:48:13 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-12 15:56:04 +0200
commitc15913b273c74bbfe7b24f99934e09a3249a81a9 (patch)
tree2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe /xmloff
parentfdo#71622 compress svg files in ODF (diff)
downloadcore-c15913b273c74bbfe7b24f99934e09a3249a81a9.tar.gz
core-c15913b273c74bbfe7b24f99934e09a3249a81a9.zip
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlimppr.cxx2
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 );