diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:22:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:22:39 +0000 |
commit | 80904ad13bfdc58eb537b2820ea55ab730f57fff (patch) | |
tree | 1e98f1dce0a6a9c4fc1365670fa273fef2e4fd54 /codemaker/inc | |
parent | 648e88a7ef4bc7efeade4da1eb8467145314e4f3 (diff) |
INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED
2006/04/07 20:37:27 sb 1.5.14.4: RESYNC: (1.6-1.7); FILE MERGED
2005/11/24 14:59:57 sb 1.5.14.3: #i53898# Made code warning-free.
2005/09/22 22:20:41 sb 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED
2005/08/29 14:21:27 sb 1.5.14.1: #i53898# Made code warning-free.
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/options.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx index 421417ad6562..1ff3ebead507 100644 --- a/codemaker/inc/codemaker/options.hxx +++ b/codemaker/inc/codemaker/options.hxx @@ -4,9 +4,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-03-15 09:10:58 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:22:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,7 +74,7 @@ class Options { public: Options(); - ~Options(); + virtual ~Options(); virtual sal_Bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False) throw( IllegalArgument ) = 0; @@ -82,13 +82,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 ); |