summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-12-20 16:16:01 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-12-22 20:52:20 +0100
commit70978cecc68328498530488d3674e5b7bf439b9d (patch)
treea26619571af706e7b6478bcbd442abce8696b214 /sw
parentc8853bc68e0df00b961aae5eece9d1996d7119c6 (diff)
Fix typo
Change-Id: I0d22de1cc8e5a9817770c9cee9abbc3833b3b973 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178938 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
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));