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/source/ui/dbgui | |
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/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |