summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/cppuoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/cppuoptions.hxx')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.hxx b/codemaker/source/cppumaker/cppuoptions.hxx
index 1d0c6cb6e0df..9080462d051d 100644
--- a/codemaker/source/cppumaker/cppuoptions.hxx
+++ b/codemaker/source/cppumaker/cppuoptions.hxx
@@ -31,9 +31,9 @@ public:
~CppuOptions() {}
bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False)
- throw( IllegalArgument );
+ throw( IllegalArgument ) SAL_OVERRIDE;
- OString prepareHelp();
+ OString prepareHelp() SAL_OVERRIDE;
OString prepareVersion();