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
bc21df05
Kaydet (Commit)
bc21df05
authored
Nis 04, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No dialogs to be shown from vcl in a non-NativeActivity Android app
üst
a5aa747d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
dialog.cxx
vcl/source/window/dialog.cxx
+11
-1
No files found.
vcl/source/window/dialog.cxx
Dosyayı görüntüle @
bc21df05
...
...
@@ -46,7 +46,9 @@
#include <vcl/msgbox.hxx>
#include <vcl/unowrap.hxx>
#ifdef ANDROID
#include <osl/detail/android-bootstrap.h>
#endif
// =======================================================================
...
...
@@ -592,6 +594,14 @@ sal_Bool Dialog::Close()
sal_Bool
Dialog
::
ImplStartExecuteModal
()
{
#ifdef ANDROID
// If a non-NativeActivity app, we shouldn't be showing any dialogs
if
(
lo_get_app
()
==
NULL
)
{
fprintf
(
stderr
,
"%s: Should not do anything, returning false
\n
"
,
__FUNCTION__
);
return
sal_False
;
}
#endif
if
(
mbInExecute
)
{
#ifdef DBG_UTIL
...
...
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