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
ced21f28
Kaydet (Commit)
ced21f28
authored
Nis 07, 2011
tarafından
Kurt Zenker
Kaydeden (comit)
Michael Meeks
Kas 15, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
masterfix OOO340: #i117696# do not write fo:margin
Conflicts: xmloff/source/style/PageMasterExportPropMapper.cxx
üst
94c50851
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
PageMasterExportPropMapper.cxx
xmloff/source/style/PageMasterExportPropMapper.cxx
+1
-15
No files found.
xmloff/source/style/PageMasterExportPropMapper.cxx
Dosyayı görüntüle @
ced21f28
...
...
@@ -142,21 +142,7 @@ void XMLPropertyStateBuffer::ContextFilter( ::std::vector< XMLPropertyState >& )
{
if
(
pPMMarginAll
)
{
if
(
pPMMarginTop
&&
pPMMarginBottom
&&
pPMMarginLeft
&&
pPMMarginRight
)
{
sal_Int32
nTop
=
0
,
nBottom
=
0
,
nLeft
=
0
,
nRight
=
0
;
pPMMarginTop
->
maValue
>>=
nTop
;
pPMMarginBottom
->
maValue
>>=
nBottom
;
pPMMarginLeft
->
maValue
>>=
nLeft
;
pPMMarginRight
->
maValue
>>=
nRight
;
// Don't remove the Margin Left,Right,Top,Bottom for backward compatibility
if
((
nTop
!=
nBottom
)
||
(
nBottom
!=
nLeft
)
||
(
nLeft
!=
nRight
))
lcl_RemoveState
(
pPMMarginAll
);
}
else
lcl_RemoveState
(
pPMMarginAll
);
lcl_RemoveState
(
pPMMarginAll
);
// #i117696# do not write fo:margin
}
if
(
pPMBorderAll
)
...
...
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