sw/source/uibase/shells/textsh1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 70978cecc68328498530488d3674e5b7bf439b9d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Dec 20 16:16:01 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Dec 22 20:52:20 2024 +0100 Fix typo Change-Id: I0d22de1cc8e5a9817770c9cee9abbc3833b3b973 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178938 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 01eb735e2aa3..0c357d1d77d0 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -2631,7 +2631,7 @@ void SwTextShell::Execute(SfxRequest &rReq) } else if (aItem3.first == "AutoloadURL") { - // Warning: wrong data here, can froze LO. + // Warning: wrong data here, can freeze LO. xDocProps->setAutoloadURL( OStringToOUString(aItem3.second.get_value<std::string>(), RTL_TEXTENCODING_UTF8));