summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-11-23 22:58:34 +0100
committerRob Snelders <programming@ertai.nl>2012-11-23 23:23:48 +0100
commit80086a82883239cad5a6e667c8ff174623e190a2 (patch)
treec010606a8b01107b7c56ba9d7c6492a84b47d345 /sfx2
parentsome i18n wrappers with LanguageTag (diff)
downloadcore-80086a82883239cad5a6e667c8ff174623e190a2.tar.gz
core-80086a82883239cad5a6e667c8ff174623e190a2.zip
Get more information to the BSA from the send feedback-menuitem
Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/appserv.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 3e0a29776bf3..269dcbfcb8ec 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -423,7 +423,9 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
case SID_SEND_FEEDBACK:
{
- ::rtl::OUString sURL("http://hub.libreoffice.org/file-a-bug/");
+ ::rtl::OUString module = SfxHelp::GetCurrentModuleIdentifier();
+ ::rtl::OUString sURL("http://hub.libreoffice.org/file-a-bug/?version=" + utl::ConfigManager::getAboutBoxProductVersion() +
+ "&locale=" + utl::ConfigManager::getLocale() + "&module=" + module.copy(module.lastIndexOf(".") + 1 ) );
try
{
uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute(