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
e455a1f2
Kaydet (Commit)
e455a1f2
authored
Şub 20, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:subtlezeroinit: unoxml
Change-Id: I4e7f42d5d9d0056a59b8e6b67731628e1cc5cfa1
üst
18e07fd7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
domtest.cxx
unoxml/qa/unit/domtest.cxx
+2
-2
document.cxx
unoxml/source/dom/document.cxx
+1
-1
documentbuilder.cxx
unoxml/source/dom/documentbuilder.cxx
+1
-1
No files found.
unoxml/qa/unit/domtest.cxx
Dosyayı görüntüle @
e455a1f2
...
...
@@ -276,8 +276,8 @@ struct SerializerTest : public test::BootstrapFixture
mxDomBuilder
.
set
(
xDB
);
mxInStream
.
set
(
new
SequenceInputStream
(
css
::
uno
::
Sequence
<
sal_Int8
>
(
reinterpret_cast
<
sal_Int8
const
*>
(
validTestFile
),
SAL_N_ELEMENTS
(
validTestFile
)))
);
mxDomBuilder
->
setErrorHandler
(
mxErrHandler
.
get
());
mxHandler
.
set
(
new
DocumentHandler
()
);
mxTokHandler
.
set
(
new
TokenHandler
()
);
mxHandler
.
set
(
new
DocumentHandler
);
mxTokHandler
.
set
(
new
TokenHandler
);
maRegisteredNamespaces
.
realloc
(
2
);
maRegisteredNamespaces
[
0
]
=
beans
::
make_Pair
(
...
...
unoxml/source/dom/document.cxx
Dosyayı görüntüle @
e455a1f2
...
...
@@ -89,7 +89,7 @@ namespace DOM
NodeType_DOCUMENT_NODE
,
reinterpret_cast
<
xmlNodePtr
>
(
pDoc
))
,
m_aDocPtr
(
pDoc
)
,
m_streamListeners
()
,
m_pEventDispatcher
(
new
events
::
CEventDispatcher
()
)
,
m_pEventDispatcher
(
new
events
::
CEventDispatcher
)
{
}
...
...
unoxml/source/dom/documentbuilder.cxx
Dosyayı görüntüle @
e455a1f2
...
...
@@ -87,7 +87,7 @@ namespace DOM
};
CDocumentBuilder
::
CDocumentBuilder
()
:
m_xEntityResolver
(
new
CDefaultEntityResolver
()
)
:
m_xEntityResolver
(
new
CDefaultEntityResolver
)
{
// init libxml. libxml will protect itself against multiple
// initializations so there is no problem here if this gets
...
...
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