sfx2/source/appl/appserv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfe856e7cb191888b723e6bb115242dc6d73d334
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Thu Jan 21 21:27:38 2021 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Thu Jan 21 21:29:04 2021 +0100

    Use the he...@collaboraoffice.com for user feedback
    
    Change-Id: I8a779b98e60a9037188674a0ad6fd60aa8ea32ee

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 07f56777b5af..47fb7a5f92c7 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -562,7 +562,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
         case SID_SEND_FEEDBACK:
         {
             OUString module = SfxHelp::GetCurrentModuleIdentifier();
-            OUString 
sURL("mailto:supp...@collaboraoffice.com?Subject=Version:%20"; + 
utl::ConfigManager::getAboutBoxProductVersion() +
+            OUString 
sURL("mailto:he...@collaboraoffice.com?Subject=Version:%20"; + 
utl::ConfigManager::getAboutBoxProductVersion() +
                 ",%20Locale:%20" + utl::ConfigManager::getUILocale() + 
",%20Module:%20" + module.copy(module.lastIndexOf('.') + 1 )  );
             sfx2::openUriExternally(sURL, false);
             break;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to