coverity#983682 Uncaught exception
Change-Id: Ie5c7ce0ba499ce67365c5e2079a50d73b9849e73
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
#include <osl/process.h>
|
#include <osl/process.h>
|
||||||
#include <osl/file.hxx>
|
#include <osl/file.hxx>
|
||||||
|
|
||||||
|
#include <BasCodeTagger.hxx>
|
||||||
#include <helpcompiler/compilehelp.hxx>
|
#include <helpcompiler/compilehelp.hxx>
|
||||||
|
|
||||||
#if OSL_DEBUG_LEVEL > 2
|
#if OSL_DEBUG_LEVEL > 2
|
||||||
@@ -237,7 +238,7 @@ public:
|
|||||||
const std::string &in_module,
|
const std::string &in_module,
|
||||||
const std::string &in_lang,
|
const std::string &in_lang,
|
||||||
bool in_bExtensionMode);
|
bool in_bExtensionMode);
|
||||||
bool compile( void ) throw (HelpProcessingException);
|
bool compile() throw (HelpProcessingException, BasicCodeTagger::TaggerException);
|
||||||
void addEntryToJarFile(const std::string &prefix,
|
void addEntryToJarFile(const std::string &prefix,
|
||||||
const std::string &entryName, const std::string &bytesToAdd);
|
const std::string &entryName, const std::string &bytesToAdd);
|
||||||
void addEntryToJarFile(const std::string &prefix,
|
void addEntryToJarFile(const std::string &prefix,
|
||||||
|
@@ -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.
|
// we now have the jaroutputstream, which will contain the document.
|
||||||
// now determine the document as a dom tree in variable docResolved
|
// now determine the document as a dom tree in variable docResolved
|
||||||
|
Reference in New Issue
Block a user