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
c1d04fed
Kaydet (Commit)
c1d04fed
authored
Ock 06, 2016
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix indentation
Change-Id: Ic147145fca2ee1c3c9f9c504d858b84e72eeb6bc
üst
c1038a18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
XmlFilterAdaptor.cxx
filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
+6
-6
No files found.
filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
Dosyayı görüntüle @
c1d04fed
...
...
@@ -95,14 +95,14 @@ bool SAL_CALL XmlFilterAdaptor::importImpl( const Sequence< css::beans::Property
// create an XProperty set to configure the exporter for pretty printing
PropertyMapEntry
aImportInfoMap
[]
=
{
{
{
OUString
(
"BaseURI"
),
0
,
::
cppu
::
UnoType
<
OUString
>::
get
(),
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
};
{
OUString
(),
0
,
css
::
uno
::
Type
(),
0
,
0
}
};
Reference
<
XPropertySet
>
xInfoSet
(
GenericPropertySet_CreateInstance
(
new
PropertySetInfo
(
aImportInfoMap
)
)
);
xInfoSet
->
setPropertyValue
(
"BaseURI"
,
makeAny
(
aBaseURI
));
Reference
<
XPropertySet
>
xInfoSet
(
GenericPropertySet_CreateInstance
(
new
PropertySetInfo
(
aImportInfoMap
)
)
);
xInfoSet
->
setPropertyValue
(
"BaseURI"
,
makeAny
(
aBaseURI
));
aAnys
[
0
]
<<=
xInfoSet
;
...
...
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