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
3fe75ff0
Kaydet (Commit)
3fe75ff0
authored
Eyl 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool -> bool
Change-Id: Id93c6c3cd5d9d4821a59b9f6a5d0b534939dfa39
üst
1d642f60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
macspellimp.mm
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
+4
-4
No files found.
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
Dosyayı görüntüle @
3fe75ff0
...
@@ -193,7 +193,7 @@ sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale)
...
@@ -193,7 +193,7 @@ sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale)
{
{
MutexGuard aGuard( GetLinguMutex() );
MutexGuard aGuard( GetLinguMutex() );
sal_Bool bRes = sal_F
alse;
bool bRes = f
alse;
if (!aSuppLocales.getLength())
if (!aSuppLocales.getLength())
getLocales();
getLocales();
...
@@ -203,7 +203,7 @@ sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale)
...
@@ -203,7 +203,7 @@ sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale)
const Locale *pLocale = aSuppLocales.getConstArray();
const Locale *pLocale = aSuppLocales.getConstArray();
if (rLocale == pLocale[i])
if (rLocale == pLocale[i])
{
{
bRes =
sal_T
rue;
bRes =
t
rue;
break;
break;
}
}
}
}
...
@@ -423,7 +423,7 @@ sal_Bool SAL_CALL
...
@@ -423,7 +423,7 @@ sal_Bool SAL_CALL
{
{
MutexGuard aGuard( GetLinguMutex() );
MutexGuard aGuard( GetLinguMutex() );
sal_Bool bRes = sal_F
alse;
bool bRes = f
alse;
if (!bDisposing && rxLstnr.is())
if (!bDisposing && rxLstnr.is())
{
{
bRes = GetPropHelper().addLinguServiceEventListener( rxLstnr );
bRes = GetPropHelper().addLinguServiceEventListener( rxLstnr );
...
@@ -439,7 +439,7 @@ sal_Bool SAL_CALL
...
@@ -439,7 +439,7 @@ sal_Bool SAL_CALL
{
{
MutexGuard aGuard( GetLinguMutex() );
MutexGuard aGuard( GetLinguMutex() );
sal_Bool bRes = sal_F
alse;
bool bRes = f
alse;
if (!bDisposing && rxLstnr.is())
if (!bDisposing && rxLstnr.is())
{
{
DBG_ASSERT( xPropHelper.is(), "xPropHelper non existent" );
DBG_ASSERT( xPropHelper.is(), "xPropHelper non existent" );
...
...
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