summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx1
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx3
2 files changed, 1 insertions, 3 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 2f7724b6290a..3a0bdb5d0cd4 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -33,7 +33,6 @@ using ::rtl::OString;
#endif
bool CppuOptions::initOptions(int ac, char* av[], bool bCmdFile)
- throw( IllegalArgument )
{
bool ret = true;
sal_uInt16 i=0;
diff --git a/codemaker/source/cppumaker/cppuoptions.hxx b/codemaker/source/cppumaker/cppuoptions.hxx
index 9d5addf326e9..497fbd96402b 100644
--- a/codemaker/source/cppumaker/cppuoptions.hxx
+++ b/codemaker/source/cppumaker/cppuoptions.hxx
@@ -28,8 +28,7 @@ public:
CppuOptions()
: Options() {}
- bool initOptions(int ac, char* av[], bool bCmdFile=false)
- throw( IllegalArgument ) override;
+ bool initOptions(int ac, char* av[], bool bCmdFile=false) override;
OString prepareHelp() override;