diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 15:46:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 11:27:00 +0000 |
commit | a31378fa043c72770aa7457c4e03194de8b3bab5 (patch) | |
tree | a83ff2cfbbd09f7269efa9169c62bbbdaf5a363d /xmloff | |
parent | 9b79a4437d41a25ab61d5ab57ec3cb076af80816 (diff) |
Fix typos
Change-Id: Iad27d1f87568890180c142774c238a14d022946d
Reviewed-on: https://gerrit.libreoffice.org/29441
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/XMLNumberStyles.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/sdpropls.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmlnume.cxx | 4 | ||||
-rw-r--r-- | xmloff/source/table/XMLTableImport.cxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx index 82802c78ad26..cd8f8fae9709 100644 --- a/xmloff/source/draw/XMLNumberStyles.cxx +++ b/xmloff/source/draw/XMLNumberStyles.cxx @@ -694,7 +694,7 @@ void SdXMLNumberFormatImportContext::EndElement() } } - // no date style found? maybe its an extended time style + // no date style found? maybe it's an extended time style if( mnKey == -1 ) { // compare import with all time styles diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx index d950505895d3..72d6315fa088 100644 --- a/xmloff/source/draw/sdpropls.cxx +++ b/xmloff/source/draw/sdpropls.cxx @@ -1251,7 +1251,7 @@ void XMLShapeExportPropertyMapper::ContextFilter( case CTF_SD_NUMBERINGRULES_NAME: { // this property is not exported in the style:properties element - // because its an XIndexAccess and not a string. + // because it's an XIndexAccess and not a string. // This will be handled in SvXMLAutoStylePoolP::exportStyleAttributes // This is suboptimal if( !mbIsInAutoStyles ) diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 15facfc6a183..d8b69cd517ae 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -250,7 +250,7 @@ SvXMLImportContext *SdXMLShapeContext::CreateChildContext( sal_uInt16 p_nPrefix, void SdXMLShapeContext::addGluePoint( const uno::Reference< xml::sax::XAttributeList>& xAttrList ) { - // get the glue points container for this shape if its not already there + // get the glue points container for this shape if it's not already there if( !mxGluePoints.is() ) { uno::Reference< drawing::XGluePointsSupplier > xSupplier( mxShape, uno::UNO_QUERY ); diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index a52c40316f49..073c2e72a383 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -408,7 +408,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel, enum XMLTokenEnum eValue = XML_TOKEN_INVALID; switch( eImageVertOrient ) { - case VertOrientation::BOTTOM: // yes, its OK: BOTTOM means that the baseline + case VertOrientation::BOTTOM: // yes, it's OK: BOTTOM means that the baseline // hits the frame at its topmost position case VertOrientation::LINE_TOP: case VertOrientation::CHAR_TOP: @@ -419,7 +419,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( sal_Int32 nLevel, case VertOrientation::CHAR_CENTER: eValue = XML_MIDDLE; break; - case VertOrientation::TOP: // yes, its OK: TOP means that the baseline + case VertOrientation::TOP: // yes, it's OK: TOP means that the baseline // hits the frame at its bottommost position case VertOrientation::LINE_BOTTOM: case VertOrientation::CHAR_BOTTOM: diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx index e32710a6dd2a..d844d2fcdb10 100644 --- a/xmloff/source/table/XMLTableImport.cxx +++ b/xmloff/source/table/XMLTableImport.cxx @@ -208,7 +208,7 @@ XMLTableImport::XMLTableImport( SvXMLImport& rImport, const rtl::Reference< XMLP } catch(const Exception&) { - SAL_WARN("xmloff.table", "Error while checking avaiable service names"); + SAL_WARN("xmloff.table", "Error while checking available service names"); } if (bWriter) |