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 /sw | |
parent | 360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d (diff) |
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmlimpit.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlimpit.cxx b/sw/source/filter/xml/xmlimpit.cxx index 4bf2c1d1aeff..c7f1efbfdf71 100644 --- a/sw/source/filter/xml/xmlimpit.cxx +++ b/sw/source/filter/xml/xmlimpit.cxx @@ -198,7 +198,7 @@ SvXMLImportItemMapper::handleSpecialItem( const SvXMLItemMapEntry& /*rEntry*/, const SvXMLUnitConverter& /*rUnitConverter*/, const SvXMLNamespaceMap& /*rNamespaceMap*/ ) { - OSL_FAIL( "unsuported special item in xml import" ); + OSL_FAIL( "unsupported special item in xml import" ); return false; } @@ -210,7 +210,7 @@ bool SvXMLImportItemMapper::handleNoItem( const SvXMLItemMapEntry& /*rEntry*/, const SvXMLUnitConverter& /*rUnitConverter*/, const SvXMLNamespaceMap& /*rNamespaceMap*/ ) { - OSL_FAIL( "unsuported no item in xml import" ); + OSL_FAIL( "unsupported no item in xml import" ); return false; } |