diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 23:24:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 09:46:21 +0200 |
commit | f3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch) | |
tree | b359f61130ff26d4898f4b6c7dba430de9831190 /sd | |
parent | 0286f76b84478a38b252a39a4e33e51339286bcd (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 'sd')
-rw-r--r-- | sd/qa/unit/uimpress.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/xml/sdxmlwrp.cxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sd/qa/unit/uimpress.cxx b/sd/qa/unit/uimpress.cxx index d0dbd223887b..bf6b122f67c9 100644 --- a/sd/qa/unit/uimpress.cxx +++ b/sd/qa/unit/uimpress.cxx @@ -61,7 +61,7 @@ Test::Test() //Without this we're crashing because callees are using //getProcessServiceFactory. In general those should be removed in favour - //of retaining references to the root ServiceFactory as its passed around + //of retaining references to the root ServiceFactory as it's passed around comphelper::setProcessServiceFactory(xSM); InitVCL(); diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index d44379d72421..db4c55f538cd 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -1058,8 +1058,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportFODP(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); @@ -1092,8 +1092,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportPPTX(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; |