From aee01e2febb8e372569b54014fb1b0c3118f64d7 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Sat, 26 Apr 2014 07:35:39 +0200 Subject: sepcified -> specified. Change-Id: Ia6b4fa99e2ebbab2c1e6688a8fe89e245a1ede9d --- xmloff/source/style/xmlexppr.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 797fbacb2f89..8f2554bbff85 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -836,8 +836,8 @@ void SvXMLExportPropertyMapper::_exportXML( { sal_uInt32 nEFlags = mpImpl->mxPropMapper->GetEntryFlags(nPropMapIdx); sal_uInt16 nEPType = GET_PROP_TYPE(nEFlags); - OSL_ENSURE( nEPType >= (XML_TYPE_PROP_START>>XML_TYPE_PROP_SHIFT), - "no prop type sepcified" ); + OSL_ENSURE(nEPType >= (XML_TYPE_PROP_START >> XML_TYPE_PROP_SHIFT), + "no prop type specified"); rPropTypeFlags |= (1 << nEPType); if( nEPType == nPropType ) { -- cgit