[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sfx2/source
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 21 20:29:38 UTC 2021
sfx2/source/appl/appserv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bfe856e7cb191888b723e6bb115242dc6d73d334
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Jan 21 21:27:38 2021 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Jan 21 21:29:04 2021 +0100
Use the hello at 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:support at collaboraoffice.com?Subject=Version:%20" + utl::ConfigManager::getAboutBoxProductVersion() +
+ OUString sURL("mailto:hello at 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;
More information about the Libreoffice-commits
mailing list