diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-29 15:56:05 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-29 17:22:12 +0200 |
commit | 102cbf4626dc80191a21af53c65f4817a0baef9b (patch) | |
tree | f89cf284607162f3158fda400d44b026f5f40a90 /xmloff/source | |
parent | 36d898b3bc635e996cad074fc81341d43a650a3f (diff) |
Fix "lets" -> "let's"
Change-Id: I01968fc18b093dbbc27213f01c3da38ae151c62c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169748
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/ximppage.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index 36ad16ebcb00..cb1ded1de477 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -170,7 +170,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > DrawAnnotationContext: } } - // if we have a text cursor, lets try to import some text + // if we have a text cursor, let's try to import some text if( mxCursor.is() ) { auto p = GetImport().GetTextImport()->CreateTextChildContext( GetImport(), nElement, xAttrList ); diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 0c54958421e1..42170c371e4d 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -904,7 +904,7 @@ void SvXMLExportPropertyMapper::_exportXML( rPropTypeFlags |= (1 << nEPType); if( nEPType == nPropType ) { - // we have a valid map entry here, so lets use it... + // we have a valid map entry here, so let's use it... if( ( nEFlags & MID_FLAG_ELEMENT_ITEM_EXPORT ) != 0 ) { // element items do not add any properties, |