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
88fe1bb8
Kaydet (Commit)
88fe1bb8
authored
Ock 29, 2018
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
xmloff: add a comment too
Change-Id: Ic23c36250938009b17f4b916f0d13a097d018a0c
üst
75802ae4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
XMLTableExport.cxx
xmloff/source/table/XMLTableExport.cxx
+5
-8
No files found.
xmloff/source/table/XMLTableExport.cxx
Dosyayı görüntüle @
88fe1bb8
...
...
@@ -609,18 +609,15 @@ void XMLTableExport::exportTableTemplates()
}
else
{
// Below condition checks if any of the extended version of
// XML are set
// checks if any of the extended version of ODF are set
if
((
eVersion
&
SvtSaveOptions
::
ODFSVER_EXTENDED
)
!=
0
)
{
// tdf#106780 historically this wrong attribute was used
// for the name; write it if extended because LO < 5.3 can
// read only text:style-name, not the correct table:name
mrExport
.
AddAttribute
(
XML_NAMESPACE_TEXT
,
XML_STYLE_NAME
,
GetExport
().
EncodeStyleName
(
xTableStyle
->
getName
()
)
);
mrExport
.
AddAttribute
(
XML_NAMESPACE_TABLE
,
XML_NAME
,
GetExport
().
EncodeStyleName
(
xTableStyle
->
getName
()
)
);
}
else
{
mrExport
.
AddAttribute
(
XML_NAMESPACE_TABLE
,
XML_NAME
,
GetExport
().
EncodeStyleName
(
xTableStyle
->
getName
()
)
);
}
mrExport
.
AddAttribute
(
XML_NAMESPACE_TABLE
,
XML_NAME
,
GetExport
().
EncodeStyleName
(
xTableStyle
->
getName
()));
}
SvXMLElementExport
tableTemplate
(
mrExport
,
XML_NAMESPACE_TABLE
,
XML_TABLE_TEMPLATE
,
true
,
true
);
...
...
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