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
e453c5f0
Kaydet (Commit)
e453c5f0
authored
Mar 01, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: remove some more hardcoded 1 with TRISTATE_TRUE
Change-Id: I8cc89c66eb1c3f09e02ba312e6ea8c9379ff8a4d
üst
c1e7fc6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tabledlg.cxx
sw/source/ui/table/tabledlg.cxx
+2
-2
No files found.
sw/source/ui/table/tabledlg.cxx
Dosyayı görüntüle @
e453c5f0
...
...
@@ -1416,8 +1416,8 @@ bool SwTextFlowPage::FillItemSet( SfxItemSet* rSet )
}
bool
bIsChecked
=
m_pPgBrkCB
->
IsChecked
();
if
(
!
bPageItemPut
&&
(
bState
!=
(
m_pPageCollCB
->
GetSavedValue
()
==
1
)
||
bIsChecked
!=
(
m_pPgBrkCB
->
GetSavedValue
()
==
1
)
||
(
bState
!=
(
m_pPageCollCB
->
GetSavedValue
()
==
TRISTATE_TRUE
)
||
bIsChecked
!=
(
m_pPgBrkCB
->
GetSavedValue
()
==
TRISTATE_TRUE
)
||
m_pPgBrkBeforeRB
->
IsValueChangedFromSaved
()
||
m_pPgBrkRB
->
IsValueChangedFromSaved
()
))
{
...
...
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