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

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


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

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

    Updated URL for searching dictionaries on extensions.o.o
    
    (cherry picked from commit 571b0a9c045ef4df94cb6f0db4945055c398b7ce)
---
 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

Reply via email to