[Libreoffice-commits] .: sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 23 14:26:25 PST 2012


 sfx2/source/appl/appserv.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 80086a82883239cad5a6e667c8ff174623e190a2
Author: Rob Snelders <programming at ertai.nl>
Date:   Fri Nov 23 22:58:34 2012 +0100

    Get more information to the BSA from the send feedback-menuitem
    
    Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 3e0a297..269dcbf 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(


More information about the Libreoffice-commits mailing list