sfx2/source/appl/appserv.cxx |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit e5bf1f77e1b5e40ce0c7ba04f6b28f4270960792
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Tue Apr 17 14:06:38 2018 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat Jan 13 21:10:45 2024 +0100

    [cp] Send feedback to he...@collaboraoffice.com
    
    Change-Id: Ic734235426001e4aa7119476c1e6884b7c39776d

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index cccc2abc1a57..f1a6227e23e1 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -508,10 +508,8 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
         case SID_SEND_FEEDBACK:
         {
             OUString module = SfxHelp::GetCurrentModuleIdentifier();
-            OUString 
sURL(officecfg::Office::Common::Menus::SendFeedbackURL::get() + 
//officecfg/registry/data/org/openoffice/Office/Common.xcu => 
https://hub.libreoffice.org/send-feedback/
-                "?LOversion=" + 
utl::ConfigManager::getAboutBoxProductVersion() +
-                "&LOlocale=" + utl::ConfigManager::getUILocale() +
-                "&LOmodule=" + module.subView(module.lastIndexOf('.') + 1 )  );
+            OUString 
sURL("mailto:he...@collaboraoffice.com?Subject=Version:%20"; + 
utl::ConfigManager::getAboutBoxProductVersion() +
+                ",%20Locale:%20" + utl::ConfigManager::getUILocale() + 
",%20Module:%20" + module.subView(module.lastIndexOf('.') + 1 )  );
             sfx2::openUriExternally(sURL, false, rReq.GetFrameWeld());
             break;
         }

Reply via email to