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
0aeb5d4f
Kaydet (Commit)
0aeb5d4f
authored
Şub 18, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Both bLeftEnable and bRightEnable are always sal_False
Change-Id: Ie4d6f19bdcfdd30f0d2144963325b847003a9db5
üst
8d4e51a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
tabledlg.cxx
sw/source/ui/table/tabledlg.cxx
+5
-6
No files found.
sw/source/ui/table/tabledlg.cxx
Dosyayı görüntüle @
0aeb5d4f
...
...
@@ -495,8 +495,7 @@ void SwFormatTablePage::Reset( const SfxItemSet& )
nOldAlign
=
pTblData
->
GetAlign
();
sal_Bool
bSetRight
=
sal_False
,
bRightEnable
=
sal_False
,
bSetLeft
=
sal_False
,
bLeftEnable
=
sal_False
;
sal_Bool
bSetRight
=
sal_False
,
bSetLeft
=
sal_False
;
switch
(
nOldAlign
)
{
case
text
:
:
HoriOrientation
::
NONE
:
...
...
@@ -540,13 +539,13 @@ void SwFormatTablePage::Reset( const SfxItemSet& )
}
if
(
bSetRight
)
{
m_aRightMF
.
Enable
(
bRightEnabl
e
);
m_pRightFT
->
Enable
(
bRightEnabl
e
);
m_aRightMF
.
Enable
(
sal_Fals
e
);
m_pRightFT
->
Enable
(
sal_Fals
e
);
}
if
(
bSetLeft
)
{
m_aLeftMF
.
Enable
(
bLeftEnabl
e
);
m_pLeftFT
->
Enable
(
bLeftEnabl
e
);
m_aLeftMF
.
Enable
(
sal_Fals
e
);
m_pLeftFT
->
Enable
(
sal_Fals
e
);
}
}
...
...
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