Kaydet (Commit) 3cd26a85 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983682 Uncaught exception

Change-Id: Ie5c7ce0ba499ce67365c5e2079a50d73b9849e73
üst 668ed132
......@@ -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 (HelpProcessingException);
bool compile() throw (HelpProcessingException, BasicCodeTagger::TaggerException);
void addEntryToJarFile(const std::string &prefix,
const std::string &entryName, const std::string &bytesToAdd);
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.
// now determine the document as a dom tree in variable docResolved
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment