Kaydet (Commit) 80086a82 authored tarafından Rob Snelders's avatar Rob Snelders

Get more information to the BSA from the send feedback-menuitem

Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c
üst af603165
...@@ -423,7 +423,9 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) ...@@ -423,7 +423,9 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
case SID_SEND_FEEDBACK: 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 try
{ {
uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment