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
54054514
Kaydet (Commit)
54054514
authored
May 29, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bogus TRUE/FALSE -> sal_False/sal_True
Change-Id: I72e0b6b3261422bd5fc47445d38cc64241d62362
üst
ac66cb60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
methods.cxx
basic/source/runtime/methods.cxx
+5
-5
No files found.
basic/source/runtime/methods.cxx
Dosyayı görüntüle @
54054514
...
...
@@ -4381,11 +4381,11 @@ RTLFUNC(MsgBox)
};
static
const
sal_Int16
nButtonMap
[]
=
{
2
,
//
#define RET_CANCEL sal_False
1
,
//
#define RET_OK sal_True
6
,
//
#define RET_YES
2
7
,
//
#define RET_NO
3
4
//
#define RET_RETRY
4
2
,
//
RET_CANCEL is 0
1
,
//
RET_OK is 1
6
,
//
RET_YES is
2
7
,
//
RET_NO is
3
4
//
RET_RETRY is
4
};
...
...
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