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 | 6326d97fa2d2a0edf62ea276cdbbb4f57b5be239 (patch) | |
tree | b6f90d4622f8b249a9487fa21b3822fc18529096 /idlc | |
parent | d42844b0dee84e997455d8fdb704a8196638d2dc (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')
-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 d7b6dce54..1e0a6a979 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; } |