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
3cd26a85
Kaydet (Commit)
3cd26a85
authored
Haz 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983682 Uncaught exception
Change-Id: Ie5c7ce0ba499ce67365c5e2079a50d73b9849e73
üst
668ed132
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
HelpCompiler.hxx
helpcompiler/inc/HelpCompiler.hxx
+2
-1
HelpCompiler.cxx
helpcompiler/source/HelpCompiler.cxx
+2
-1
No files found.
helpcompiler/inc/HelpCompiler.hxx
Dosyayı görüntüle @
3cd26a85
...
...
@@ -48,6 +48,7 @@
#include <osl/process.h>
#include <osl/file.hxx>
#include <BasCodeTagger.hxx>
#include <helpcompiler/compilehelp.hxx>
#if OSL_DEBUG_LEVEL > 2
...
...
@@ -237,7 +238,7 @@ public:
const
std
::
string
&
in_module
,
const
std
::
string
&
in_lang
,
bool
in_bExtensionMode
);
bool
compile
(
void
)
throw
(
HelpProcessing
Exception
);
bool
compile
(
)
throw
(
HelpProcessingException
,
BasicCodeTagger
::
Tagger
Exception
);
void
addEntryToJarFile
(
const
std
::
string
&
prefix
,
const
std
::
string
&
entryName
,
const
std
::
string
&
bytesToAdd
);
void
addEntryToJarFile
(
const
std
::
string
&
prefix
,
...
...
helpcompiler/source/HelpCompiler.cxx
Dosyayı görüntüle @
3cd26a85
...
...
@@ -415,7 +415,8 @@ void myparser::traverse( xmlNodePtr parentNode )
}
}
bool
HelpCompiler
::
compile
(
void
)
throw
(
HelpProcessingException
)
bool
HelpCompiler
::
compile
()
throw
(
HelpProcessingException
,
BasicCodeTagger
::
TaggerException
)
{
// we now have the jaroutputstream, which will contain the document.
// now determine the document as a dom tree in variable docResolved
...
...
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