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
c6d1ccd8
Kaydet (Commit)
c6d1ccd8
authored
Ock 06, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
oox: fix XML namespace of drawing::GraphicObjectShape in DML export
Change-Id: Ia7fb126f30ff1c4cd2f5fb8a5c71a87dd5e1d5c9
üst
ed738c51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
shapes.cxx
oox/source/export/shapes.cxx
+7
-1
No files found.
oox/source/export/shapes.cxx
Dosyayı görüntüle @
c6d1ccd8
...
...
@@ -272,8 +272,14 @@ ShapeExport& ShapeExport::WriteGroupShape(uno::Reference<drawing::XShape> xShape
{
uno
::
Reference
<
drawing
::
XShape
>
xChild
(
xGroupShape
->
getByIndex
(
i
),
uno
::
UNO_QUERY_THROW
);
sal_Int32
nSavedNamespace
=
mnXmlNamespace
;
mnXmlNamespace
=
XML_wps
;
uno
::
Reference
<
lang
::
XServiceInfo
>
xServiceInfo
(
xChild
,
uno
::
UNO_QUERY_THROW
);
if
(
xServiceInfo
->
supportsService
(
"com.sun.star.drawing.GraphicObjectShape"
))
mnXmlNamespace
=
XML_pic
;
else
mnXmlNamespace
=
XML_wps
;
WriteShape
(
xChild
);
mnXmlNamespace
=
nSavedNamespace
;
}
m_xParent
=
xParent
;
...
...
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