You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/05/16 10:23:10 UTC

[openoffice] branch trunk updated: Updated URL for searching dictionaries on extensions.o.o

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 571b0a9  Updated URL for searching dictionaries on extensions.o.o
571b0a9 is described below

commit 571b0a9c045ef4df94cb6f0db4945055c398b7ce
Author: mseidel <ms...@apache.org>
AuthorDate: Sat May 16 12:22:40 2020 +0200

    Updated URL for searching dictionaries on extensions.o.o
---
 main/cui/source/options/optlingu.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/cui/source/options/optlingu.cxx b/main/cui/source/options/optlingu.cxx
index 76ace7c..940d20d 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/en/search?f%5B0%5D=field_project_tags%3A94" ) ) );
+            RTL_CONSTASCII_STRINGPARAM( "https://extensions.openoffice.org/en/search?f%5B0%5D=field_project_tags%3A157" ) ) );
         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/en/search?f%5B0%5D=field_project_tags%3A94" ) ) );
+            RTL_CONSTASCII_STRINGPARAM( "https://extensions.openoffice.org/en/search?f%5B0%5D=field_project_tags%3A157" ) ) );
         aMoreDictsLink.SetClickHdl( LINK( this, SvxEditModulesDlg, OpenURLHdl_Impl ) );
     }
     else