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
682dff09
Kaydet (Commit)
682dff09
authored
Agu 16, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool' in operation
Change-Id: Icdc6189be1c8126f83e8585513709d44dfa6ec35
üst
da5eb782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
optlingu.cxx
cui/source/options/optlingu.cxx
+1
-1
chardlg.cxx
cui/source/tabpages/chardlg.cxx
+2
-2
No files found.
cui/source/options/optlingu.cxx
Dosyayı görüntüle @
682dff09
...
@@ -1334,7 +1334,7 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
...
@@ -1334,7 +1334,7 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
// automatic spell checking
// automatic spell checking
sal_B
ool
bNewAutoCheck
=
aLinguOptionsCLB
.
IsChecked
(
(
sal_uInt16
)
EID_SPELL_AUTO
);
b
ool
bNewAutoCheck
=
aLinguOptionsCLB
.
IsChecked
(
(
sal_uInt16
)
EID_SPELL_AUTO
);
const
SfxPoolItem
*
pOld
=
GetOldItem
(
rCoreSet
,
SID_AUTOSPELL_CHECK
);
const
SfxPoolItem
*
pOld
=
GetOldItem
(
rCoreSet
,
SID_AUTOSPELL_CHECK
);
if
(
!
pOld
||
(
(
SfxBoolItem
*
)
pOld
)
->
GetValue
()
!=
bNewAutoCheck
)
if
(
!
pOld
||
(
(
SfxBoolItem
*
)
pOld
)
->
GetValue
()
!=
bNewAutoCheck
)
{
{
...
...
cui/source/tabpages/chardlg.cxx
Dosyayı görüntüle @
682dff09
...
@@ -147,7 +147,7 @@ static sal_uInt16 pTwoLinesRanges[] =
...
@@ -147,7 +147,7 @@ static sal_uInt16 pTwoLinesRanges[] =
// C-Funktion ------------------------------------------------------------
// C-Funktion ------------------------------------------------------------
inline
sal_B
ool
StateToAttr
(
TriState
aState
)
inline
b
ool
StateToAttr
(
TriState
aState
)
{
{
return
(
STATE_CHECK
==
aState
);
return
(
STATE_CHECK
==
aState
);
}
}
...
@@ -2274,7 +2274,7 @@ sal_Bool SvxCharEffectsPage::FillItemSet( SfxItemSet& rSet )
...
@@ -2274,7 +2274,7 @@ sal_Bool SvxCharEffectsPage::FillItemSet( SfxItemSet& rSet )
if
(
pOld
)
if
(
pOld
)
{
{
const
SvxWordLineModeItem
&
rItem
=
*
(
(
const
SvxWordLineModeItem
*
)
pOld
);
const
SvxWordLineModeItem
&
rItem
=
*
(
(
const
SvxWordLineModeItem
*
)
pOld
);
if
(
rItem
.
GetValue
()
==
m_pIndividualWordsBtn
->
IsChecked
()
)
if
(
rItem
.
GetValue
()
==
(
bool
)
m_pIndividualWordsBtn
->
IsChecked
()
)
bChanged
=
false
;
bChanged
=
false
;
}
}
...
...
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