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
d7350545
Kaydet (Commit)
d7350545
authored
Eyl 18, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Better to throw than crash, if token handler is not set.
Change-Id: If6b2d39b487b5f673d5b6b2945a6e7d08777594e
üst
1ef77807
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
fastparser.cxx
sax/source/fastparser/fastparser.cxx
+3
-0
No files found.
sax/source/fastparser/fastparser.cxx
Dosyayı görüntüle @
d7350545
...
@@ -781,6 +781,9 @@ void FastSaxParserImpl::parseStream(const InputSource& maStructSource)
...
@@ -781,6 +781,9 @@ void FastSaxParserImpl::parseStream(const InputSource& maStructSource)
Entity
entity
(
maData
);
Entity
entity
(
maData
);
entity
.
maStructSource
=
maStructSource
;
entity
.
maStructSource
=
maStructSource
;
if
(
!
entity
.
mxTokenHandler
.
is
()
)
throw
SAXException
(
"No token handler, use setTokenHandler()"
,
Reference
<
XInterface
>
(),
Any
()
);
if
(
!
entity
.
maStructSource
.
aInputStream
.
is
()
)
if
(
!
entity
.
maStructSource
.
aInputStream
.
is
()
)
throw
SAXException
(
"No input source"
,
Reference
<
XInterface
>
(),
Any
()
);
throw
SAXException
(
"No input source"
,
Reference
<
XInterface
>
(),
Any
()
);
...
...
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