Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
80086a82
Kaydet (Commit)
80086a82
authored
Kas 23, 2012
tarafından
Rob Snelders
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get more information to the BSA from the send feedback-menuitem
Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c
üst
af603165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
appserv.cxx
sfx2/source/appl/appserv.cxx
+3
-1
No files found.
sfx2/source/appl/appserv.cxx
Dosyayı görüntüle @
80086a82
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment