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
eac8f638
Kaydet (Commit)
eac8f638
authored
Agu 03, 2015
tarafından
Szymon Kłos
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't show edit menu when there is no selected service
Change-Id: I6b5f713926383d776aa687801f6bef239c9675cb
üst
3734363b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
RemoteFilesDialog.cxx
fpicker/source/office/RemoteFilesDialog.cxx
+2
-0
No files found.
fpicker/source/office/RemoteFilesDialog.cxx
Dosyayı görüntüle @
eac8f638
...
@@ -354,6 +354,7 @@ short RemoteFilesDialog::Execute()
...
@@ -354,6 +354,7 @@ short RemoteFilesDialog::Execute()
if
(
!
m_bIsConnected
)
if
(
!
m_bIsConnected
)
{
{
m_pServices_lb
->
SetNoSelection
();
m_pServices_lb
->
SetNoSelection
();
m_pAddService_btn
->
SetPopupMenu
(
NULL
);
}
}
short
nRet
=
SvtFileDialog_Base
::
Execute
();
short
nRet
=
SvtFileDialog_Base
::
Execute
();
...
@@ -654,6 +655,7 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, SelectServiceHdl )
...
@@ -654,6 +655,7 @@ IMPL_LINK_NOARG ( RemoteFilesDialog, SelectServiceHdl )
if
(
nPos
>=
0
)
if
(
nPos
>=
0
)
{
{
OUString
sURL
=
m_aServices
[
nPos
]
->
GetUrl
();
OUString
sURL
=
m_aServices
[
nPos
]
->
GetUrl
();
m_pAddService_btn
->
SetPopupMenu
(
m_pAddMenu
);
m_bServiceChanged
=
true
;
m_bServiceChanged
=
true
;
OpenURL
(
sURL
);
OpenURL
(
sURL
);
...
...
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