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
a9b3215a
Kaydet (Commit)
a9b3215a
authored
Şub 03, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: variable 'kind' set but not used
Change-Id: I5078e0e4df18d0aece3240dc537504c11cd623de
üst
7b3e5047
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
dialog.cxx
vcl/source/window/dialog.cxx
+0
-25
No files found.
vcl/source/window/dialog.cxx
Dosyayı görüntüle @
a9b3215a
...
@@ -843,31 +843,6 @@ short Dialog::Execute()
...
@@ -843,31 +843,6 @@ short Dialog::Execute()
#else
#else
MLODialogKind
kind
;
switch
(
GetType
())
{
case
WINDOW_MESSBOX
:
kind
=
MLODialogMessage
;
break
;
case
WINDOW_INFOBOX
:
kind
=
MLODialogInformation
;
break
;
case
WINDOW_WARNINGBOX
:
kind
=
MLODialogWarning
;
break
;
case
WINDOW_ERRORBOX
:
kind
=
MLODialogError
;
break
;
case
WINDOW_QUERYBOX
:
kind
=
MLODialogQuery
;
break
;
default
:
SAL_WARN
(
"vcl"
,
"Dialog::Execute: Unhandled window type %d"
<<
GetType
());
kind
=
MLODialogInformation
;
break
;
}
// touch_ui_dialog_modal was dummied out both for Android and iOS (well, TiledLibreOffice anyway)
// touch_ui_dialog_modal was dummied out both for Android and iOS (well, TiledLibreOffice anyway)
// For Android it returned MLODialogOK always, for iOS Cancel. Let's go with OK.
// For Android it returned MLODialogOK always, for iOS Cancel. Let's go with OK.
// MLODialogResult result = touch_ui_dialog_modal(kind, ImplGetDialogText(this).getStr());
// MLODialogResult result = touch_ui_dialog_modal(kind, ImplGetDialogText(this).getStr());
...
...
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