sc/source/ui/app/inputwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a92a127cdffe227251d3fc1854cc38814cd1dc76 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Nov 23 21:36:35 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Nov 24 14:07:43 2025 +0100 Fix typo Change-Id: Ia0ee309a0d1797093bee0bdf8e58a9c8f711f898 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194401 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 8c4d12528865..67e3482c31e4 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1816,7 +1816,7 @@ bool ScTextWnd::Command( const CommandEvent& rCEvt ) } else { - // I suspect this path doesn't get call anymore or its called + // I suspect this path doesn't get call anymore or it's called // and shouldn't be SAL_WARN("sc.core", "Likely we lost input bar formatting"); pScMod->InputChanged(m_xEditView.get());
