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
12e0102f
Kaydet (Commit)
12e0102f
authored
Şub 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1130446 Uncaught exception
Change-Id: I9225b4ffd507fa3d666862a55dae349c9a76e91d
üst
249cc89a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
fastparser.hxx
include/sax/fastparser.hxx
+1
-1
fastparser.cxx
sax/source/fastparser/fastparser.cxx
+2
-1
No files found.
include/sax/fastparser.hxx
Dosyayı görüntüle @
12e0102f
...
...
@@ -53,7 +53,7 @@ public:
virtual
~
FastSaxParser
();
// XFastParser
virtual
void
SAL_CALL
parseStream
(
const
::
com
::
sun
::
star
::
xml
::
sax
::
InputSource
&
aInputSource
)
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
parseStream
(
const
::
com
::
sun
::
star
::
xml
::
sax
::
InputSource
&
aInputSource
)
throw
(
::
com
::
sun
::
star
::
xml
::
sax
::
SAXException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
setFastDocumentHandler
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XFastDocumentHandler
>&
Handler
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setTokenHandler
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
sax
::
XFastTokenHandler
>&
Handler
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
registerNamespace
(
const
OUString
&
NamespaceURL
,
sal_Int32
NamespaceToken
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sax/source/fastparser/fastparser.cxx
Dosyayı görüntüle @
12e0102f
...
...
@@ -1357,7 +1357,8 @@ FastSaxParser::~FastSaxParser()
}
void
FastSaxParser
::
parseStream
(
const
xml
::
sax
::
InputSource
&
aInputSource
)
throw
(
xml
::
sax
::
SAXException
,
io
::
IOException
,
uno
::
RuntimeException
)
throw
(
xml
::
sax
::
SAXException
,
io
::
IOException
,
uno
::
RuntimeException
,
std
::
exception
)
{
mpImpl
->
parseStream
(
aInputSource
);
}
...
...
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