diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:09:11 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:09:11 +0000 |
commit | 0dd07e521450469c8c69e5adf0615206d9199c9b (patch) | |
tree | 8ef85ecae928032e4f79732987c0f2d522e78f94 /rdbmaker/inc | |
parent | d037aef4291d4ed22d16aeb1b482b6e9ba4f3362 (diff) |
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2005/11/29 12:25:04 sb 1.3.10.3: #i53898# Made code warning-free.
2005/09/23 00:23:18 sb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/01 07:48:37 sb 1.3.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'rdbmaker/inc')
-rw-r--r-- | rdbmaker/inc/codemaker/options.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/rdbmaker/inc/codemaker/options.hxx b/rdbmaker/inc/codemaker/options.hxx index bb7b85f67851..70df07878718 100644 --- a/rdbmaker/inc/codemaker/options.hxx +++ b/rdbmaker/inc/codemaker/options.hxx @@ -4,9 +4,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:02:56 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:09:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ class Options { public: Options(); - ~Options(); + virtual ~Options(); virtual sal_Bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False) throw( IllegalArgument ) = 0; @@ -93,13 +93,11 @@ public: virtual ::rtl::OString prepareHelp() = 0; const ::rtl::OString& getProgramName() const; - sal_uInt16 getNumberOfOptions() const; sal_Bool isValid(const ::rtl::OString& option); const ::rtl::OString getOption(const ::rtl::OString& option) throw( IllegalArgument ); const OptionMap& getOptions(); - sal_uInt16 getNumberOfInputFiles() const; const ::rtl::OString getInputFile(sal_uInt16 index) throw( IllegalArgument ); |