summaryrefslogtreecommitdiff
path: root/include/codemaker/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/options.hxx')
-rw-r--r--include/codemaker/options.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx
index 019f09803b5e..06f026fc0532 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -46,16 +46,14 @@ public:
virtual ~Options();
/// @throws IllegalArgument
- virtual bool initOptions(int ac, char* av[], bool bCmdFile=false)
- throw( IllegalArgument ) = 0;
+ virtual bool initOptions(int ac, char* av[], bool bCmdFile=false) = 0;
virtual ::rtl::OString prepareHelp() = 0;
const ::rtl::OString& getProgramName() const { return m_program;}
bool isValid(const ::rtl::OString& option) const;
/// @throws IllegalArgument
- const OString& getOption(const ::rtl::OString& option) const
- throw( IllegalArgument );
+ const OString& getOption(const ::rtl::OString& option) const;
const StringVector& getInputFiles() { return m_inputFiles;}