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
3d3204be
Kaydet (Commit)
3d3204be
authored
Şub 03, 2016
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix previous commit
Change-Id: I3e3b0cf703162b5f01148aced9a1d5faabb5d50d
üst
bd76d319
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
xmlfilter.cxx
dbaccess/source/filter/xml/xmlfilter.cxx
+1
-3
xmldpimp.cxx
sc/source/filter/xml/xmldpimp.cxx
+1
-1
No files found.
dbaccess/source/filter/xml/xmlfilter.cxx
Dosyayı görüntüle @
3d3204be
...
...
@@ -700,9 +700,7 @@ const SvXMLTokenMap& ODBFilter::GetColumnElemTokenMap() const
SvXMLImportContext
*
ODBFilter
::
CreateStylesContext
(
sal_uInt16
_nPrefix
,
const
OUString
&
rLocalName
,
const
uno
::
Reference
<
XAttributeList
>&
xAttrList
,
bool
bIsAutoStyle
)
{
SvXMLImportContext
*
pContext
;
pContext
=
new
OTableStylesContext
(
*
this
,
_nPrefix
,
rLocalName
,
xAttrList
,
bIsAutoStyle
);
SvXMLImportContext
*
pContext
=
new
OTableStylesContext
(
*
this
,
_nPrefix
,
rLocalName
,
xAttrList
,
bIsAutoStyle
);
if
(
bIsAutoStyle
)
SetAutoStyles
(
static_cast
<
SvXMLStylesContext
*>
(
pContext
));
else
...
...
sc/source/filter/xml/xmldpimp.cxx
Dosyayı görüntüle @
3d3204be
...
...
@@ -732,7 +732,7 @@ SvXMLImportContext *ScXMLDPSourceQueryContext::CreateChildContext( sal_uInt16 nP
const
OUString
&
rLName
,
const
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XAttributeList
>&
/* xAttrList */
)
{
return
pContext
=
new
SvXMLImportContext
(
GetImport
(),
nPrefix
,
rLName
);
return
new
SvXMLImportContext
(
GetImport
(),
nPrefix
,
rLName
);
}
void
ScXMLDPSourceQueryContext
::
EndElement
()
...
...
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