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
ca95df9d
Kaydet (Commit)
ca95df9d
authored
May 20, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmloff: convert legacy assertions in XMLFootnoteSeparatorExport
Change-Id: I4f9d429e055df0d7bc01e710334259d737d2d4f3
üst
cc1554a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
XMLFootnoteSeparatorExport.cxx
xmloff/source/style/XMLFootnoteSeparatorExport.cxx
+4
-10
No files found.
xmloff/source/style/XMLFootnoteSeparatorExport.cxx
Dosyayı görüntüle @
ca95df9d
...
...
@@ -20,8 +20,6 @@
#include "XMLFootnoteSeparatorExport.hxx"
#include <tools/debug.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/xmlexp.hxx>
...
...
@@ -51,14 +49,10 @@ XMLFootnoteSeparatorExport::~XMLFootnoteSeparatorExport()
void
XMLFootnoteSeparatorExport
::
exportXML
(
const
vector
<
XMLPropertyState
>
*
pProperties
,
sal_uInt32
#ifdef DBG_UTIL
nIdx
#endif
,
sal_uInt32
const
nIdx
,
const
rtl
::
Reference
<
XMLPropertySetMapper
>
&
rMapper
)
{
DBG_ASSERT
(
NULL
!=
pProperties
,
"Need property states"
);
assert
(
pProperties
);
// intialize values
sal_Int16
eLineAdjust
=
text
::
HorizontalAdjust_LEFT
;
...
...
@@ -96,8 +90,8 @@ void XMLFootnoteSeparatorExport::exportXML(
rState
.
maValue
>>=
nLineTextDistance
;
break
;
case
CTF_PM_FTN_LINE_WEIGHT
:
DBG_ASSERT
(
i
==
nIdx
,
"received wrong property state index"
);
(
void
)
nIdx
;
assert
(
i
==
nIdx
&&
"received wrong property state index"
);
rState
.
maValue
>>=
nLineWeight
;
break
;
case
CTF_PM_FTN_LINE_STYLE
:
...
...
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