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
026e06e1
Kaydet (Commit)
026e06e1
authored
Şub 04, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove sal_Bool from boolean() docs too
üst
6ba8a2ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
string.hxx
sal/inc/rtl/string.hxx
+2
-2
ustring.hxx
sal/inc/rtl/ustring.hxx
+2
-2
No files found.
sal/inc/rtl/string.hxx
Dosyayı görüntüle @
026e06e1
...
...
@@ -1500,8 +1500,8 @@ public:
/**
Returns the string representation of the boolean argument.
If the
sal_Bool
is true, the string "true" is returned.
If the
sal_Bool
is false, the string "false" is returned.
If the
argument
is true, the string "true" is returned.
If the
argument
is false, the string "false" is returned.
This function can't be used for language specific conversion.
@param b a bool.
...
...
sal/inc/rtl/ustring.hxx
Dosyayı görüntüle @
026e06e1
...
...
@@ -2151,8 +2151,8 @@ public:
/**
Returns the string representation of the boolean argument.
If the
sal_Bool
is true, the string "true" is returned.
If the
sal_Bool
is false, the string "false" is returned.
If the
argument
is true, the string "true" is returned.
If the
argument
is false, the string "false" is returned.
This function can't be used for language specific conversion.
@param b a bool.
...
...
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