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 /sc | |
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 'sc')
-rw-r--r-- | sc/source/filter/xml/xmlimprt.cxx | 8 | ||||
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index dd4ac8a37ed1..5d083893f4a0 100644 --- a/sc/source/filter/xml/xmlimprt.cxx +++ b/sc/source/filter/xml/xmlimprt.cxx @@ -2029,8 +2029,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportFODS(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); @@ -2063,8 +2063,8 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportXLSX(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; diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index c611fd3933fb..a4bacae396df 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -142,7 +142,7 @@ void ScTPValidationValue::RefInputStartPreHdl( formula::RefEdit* pEdit, const fo // if Edit SetParent but button not, the tab order will be // incorrect, so move button anyway, and restore // parent later in order to restore the tab order. But - // hide it if its moved but unwanted + // hide it if it's moved but unwanted. m_xRefGrid->move(m_xBtnRef->GetWidget(), pNewParent); m_xBtnRef->GetWidget()->set_visible(pButton == m_xBtnRef.get()); m_pBtnRefParent = pNewParent; |