summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimp.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 23:24:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:46:21 +0200
commitf3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch)
treeb359f61130ff26d4898f4b6c7dba430de9831190 /sw/source/filter/xml/xmlimp.cxx
parent0286f76b84478a38b252a39a4e33e51339286bcd (diff)
Fix typos
"its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/xml/xmlimp.cxx')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index 26fdcf23934f..ca87bb3d13aa 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -1846,8 +1846,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportFODT(SvStream &rStream)
uno::Reference<document::XFilter> xFilter(xInterface, uno::UNO_QUERY_THROW);
//SetLoading hack because the document properties will be re-initted
- //by the xml filter and during the init, while its considered uninitialized,
- //setting a property will inform the document its modified, which attempts
+ //by the xml filter and during the init, while it's considered uninitialized,
+ //setting a property will inform the document it's modified, which attempts
//to update the properties, which throws cause the properties are uninitialized
xDocSh->SetLoading(SfxLoadedFlags::NONE);
bool ret = xFilter->filter(aArgs);
@@ -1880,8 +1880,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportDOCX(SvStream &rStream)
xImporter->setTargetDocument(xModel);
//SetLoading hack because the document properties will be re-initted
- //by the xml filter and during the init, while its considered uninitialized,
- //setting a property will inform the document its modified, which attempts
+ //by the xml filter and during the init, while it's considered uninitialized,
+ //setting a property will inform the document it's modified, which attempts
//to update the properties, which throws cause the properties are uninitialized
xDocSh->SetLoading(SfxLoadedFlags::NONE);
bool ret = false;