This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new 96c859818f Simplify URLs
96c859818f is described below
commit 96c859818fb8eeeaba8481e542767a5a41a12dec
Author: mseidel <[email protected]>
AuthorDate: Sun Sep 28 00:58:58 2025 +0200
Simplify URLs
---
main/cui/source/options/optlingu.cxx | 4 ++--
main/helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp | 4 ++--
main/svtools/source/contnr/templwin.cxx | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/main/cui/source/options/optlingu.cxx
b/main/cui/source/options/optlingu.cxx
index bb0795a761..29f7e7631c 100644
--- a/main/cui/source/options/optlingu.cxx
+++ b/main/cui/source/options/optlingu.cxx
@@ -1163,7 +1163,7 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent,
!= SvtExtendedSecurityOptions::OPEN_NEVER )
{
aMoreDictsLink.SetURL( String(
- RTL_CONSTASCII_STRINGPARAM(
"https://extensions.openoffice.org/dictionaries" ) ) );
+ RTL_CONSTASCII_STRINGPARAM( "https://extensions.openoffice.org" )
) );
aMoreDictsLink.SetClickHdl( LINK( this, SvxLinguTabPage,
OpenURLHdl_Impl ) );
}
else
@@ -2068,7 +2068,7 @@ SvxEditModulesDlg::SvxEditModulesDlg(Window* pParent,
SvxLinguData_Impl& rData)
!= SvtExtendedSecurityOptions::OPEN_NEVER )
{
aMoreDictsLink.SetURL( String(
- RTL_CONSTASCII_STRINGPARAM(
"https://extensions.openoffice.org/dictionaries" ) ) );
+ RTL_CONSTASCII_STRINGPARAM( "https://extensions.openoffice.org" )
) );
aMoreDictsLink.SetClickHdl( LINK( this, SvxEditModulesDlg,
OpenURLHdl_Impl ) );
}
else
diff --git a/main/helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp
b/main/helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp
index 97a9d7070e..ecce779a75 100644
--- a/main/helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp
+++ b/main/helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp
@@ -40,7 +40,7 @@
oldref="37"><variable id="spellcheck_dialog"><link
href="text/swriter/guide/spellcheck_dialog.xhp" name="Checking Spelling and
Grammar">Checking Spelling and Grammar</link>
</variable></paragraph>
<paragraph xml-lang="en-US" id="par_id3149814" role="paragraph"
l10n="CHG" oldref="9">You can manually check the spelling and grammar of a text
selection or the entire document.</paragraph>
- <paragraph xml-lang="en-US" id="par_id0525200902184476" role="note"
l10n="NEW">To check the spelling and the grammar of a text, the appropriate
dictionaries must be installed. For many languages three different dictionaries
exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each
dictionary covers one language only. Grammar checkers can be downloaded and
installed as extensions. See the <link
href="http://extensions.openoffice.org/dictionary">extensions web page</link
[...]
+ <paragraph xml-lang="en-US" id="par_id0525200902184476" role="note"
l10n="NEW">To check the spelling and the grammar of a text, the appropriate
dictionaries must be installed. For many languages three different dictionaries
exist: a spellchecker, a hyphenation dictionary, and a thesaurus. Each
dictionary covers one language only. Grammar checkers can be downloaded and
installed as extensions. See the <link
href="https://extensions.openoffice.org">extensions web page</link>.</paragraph>
<paragraph xml-lang="en-US" id="par_id3149828" role="paragraph" l10n="U"
oldref="10">The spellcheck starts at the current cursor position, or at the
beginning of the text selection.</paragraph>
<list type="ordered">
<listitem>
@@ -70,4 +70,4 @@
<paragraph xml-lang="en-US" id="par_id1683706" role="paragraph"
l10n="NEW"><link
href="https://wiki.openoffice.org/wiki/Documentation/How_Tos/Spellchecking_in_More_Languages">Wiki
page: Multiple language spellchecking</link></paragraph>
</section>
</body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/main/svtools/source/contnr/templwin.cxx
b/main/svtools/source/contnr/templwin.cxx
index 1e69071ebb..1241f53ba9 100644
--- a/main/svtools/source/contnr/templwin.cxx
+++ b/main/svtools/source/contnr/templwin.cxx
@@ -1734,7 +1734,7 @@ void SvtDocumentTemplateDialog::InitImpl( )
if ( !bHideLink )
{
aMoreTemplatesLink.SetURL( String(
- RTL_CONSTASCII_STRINGPARAM(
"http://templates.services.openoffice.org/?cid=923508" ) ) );
+ RTL_CONSTASCII_STRINGPARAM( "https://templates.openoffice.org" ) ) );
aMoreTemplatesLink.SetClickHdl( LINK( this, SvtDocumentTemplateDialog,
OpenLinkHdl_Impl ) );
}
else