diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:48:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:48:18 +0000 |
commit | f5973590ef249ade5f390fe9fabc744ab97945e5 (patch) | |
tree | 0075782b8c3553ced9d5d0b9d4be2c5bb0046d92 /idlc/inc | |
parent | 7a9deef4abde5992af1a101de3acc2ccf8b7fc2e (diff) |
INTEGRATION: CWS jsc21 (1.4.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.4.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/options.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/idlc/inc/idlc/options.hxx b/idlc/inc/idlc/options.hxx index 2f63e101b889..e55dc961903b 100644 --- a/idlc/inc/idlc/options.hxx +++ b/idlc/inc/idlc/options.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: options.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -63,11 +63,9 @@ public: ::rtl::OString prepareVersion(); 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(); const StringVector& getInputFiles() const { return m_inputFiles; } bool readStdin() const { return m_stdin; } |