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
a74b3e89
Kaydet (Commit)
a74b3e89
authored
Kas 27, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
QueryDeleteDlg_Impl: add GetResult() that was removed in ...
02d4eb74
Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596
üst
88df79be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AppControllerDnD.cxx
dbaccess/source/ui/app/AppControllerDnD.cxx
+1
-1
fileview.hxx
include/svtools/fileview.hxx
+1
-0
No files found.
dbaccess/source/ui/app/AppControllerDnD.cxx
Dosyayı görüntüle @
a74b3e89
...
...
@@ -219,7 +219,7 @@ void OApplicationController::deleteObjects( ElementType _eType, const ::std::vec
aDlg
.
EnableAllButton
();
if
(
aDlg
.
Execute
()
==
RET_OK
)
eResult
=
aDlg
.
GetResult
();
eResult
=
aDlg
.
Get
QueryDelete
Result
();
else
return
;
...
...
include/svtools/fileview.hxx
Dosyayı görüntüle @
a74b3e89
...
...
@@ -240,6 +240,7 @@ public:
QueryDeleteDlg_Impl
(
Window
*
pParent
,
const
OUString
&
rName
);
QueryDeleteResult_Impl
GetQueryDeleteResult
()
const
{
return
m_eResult
;
}
void
EnableAllButton
()
{
m_pAllButton
->
Enable
(
true
);
}
};
...
...
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