diff options
Diffstat (limited to 'sw/source/uibase/shells/textsh1.cxx')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 |
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)); |