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
088af317
Kaydet (Commit)
088af317
authored
Ock 24, 2013
tarafından
Chr. Rossmanith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove duplicate code block
Change-Id: If25874a36a65d4f3fcb2ef1fa9b09fa9878dda01
üst
2dab78ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
tpline.cxx
cui/source/tabpages/tpline.cxx
+0
-23
No files found.
cui/source/tabpages/tpline.cxx
Dosyayı görüntüle @
088af317
...
...
@@ -867,29 +867,6 @@ sal_Bool SvxLineTabPage::FillItemSet( SfxItemSet& rAttrs )
}
}
// Width line start
if
(
aMtrStartWidth
.
GetText
()
!=
aMtrStartWidth
.
GetSavedValue
()
)
{
XLineStartWidthItem
aItem
(
GetCoreValue
(
aMtrStartWidth
,
ePoolUnit
)
);
pOld
=
GetOldItem
(
rAttrs
,
XATTR_LINESTARTWIDTH
);
if
(
!
pOld
||
!
(
*
(
const
XLineStartWidthItem
*
)
pOld
==
aItem
)
)
{
rAttrs
.
Put
(
aItem
);
bModified
=
sal_True
;
}
}
// Width line end
if
(
aMtrEndWidth
.
GetText
()
!=
aMtrEndWidth
.
GetSavedValue
()
)
{
XLineEndWidthItem
aItem
(
GetCoreValue
(
aMtrEndWidth
,
ePoolUnit
)
);
pOld
=
GetOldItem
(
rAttrs
,
XATTR_LINEENDWIDTH
);
if
(
!
pOld
||
!
(
*
(
const
XLineEndWidthItem
*
)
pOld
==
aItem
)
)
{
rAttrs
.
Put
(
aItem
);
bModified
=
sal_True
;
}
}
// Transparency
sal_uInt16
nVal
=
(
sal_uInt16
)
aMtrTransparent
.
GetValue
();
if
(
nVal
!=
(
sal_uInt16
)
aMtrTransparent
.
GetSavedValue
().
toInt32
()
)
...
...
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