diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:49:47 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:49:47 +0000 |
commit | 31fa3b9af9731a38f9c2452bdcb60ea860e7a021 (patch) | |
tree | 307ca6469f84c515b2e0e73c12d2b1e5d5908d2e /idlc | |
parent | 091b735eeb535b8106c7ea19de36e91263b4a0f5 (diff) |
INTEGRATION: CWS jsc21 (1.17.4); FILE MERGED
2008/06/20 11:12:53 jsc 1.17.4.1: #i86349# remove unused methods
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/options.cxx | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 12340aa56..efe97bb84 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: options.cxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -340,11 +340,6 @@ const OString& Options::getProgramName() const return m_program; } -sal_uInt16 Options::getNumberOfOptions() const -{ - return (sal_uInt16)(m_options.size()); -} - sal_Bool Options::isValid(const OString& option) { return (m_options.count(option) > 0); @@ -361,8 +356,3 @@ const OString Options::getOption(const OString& option) throw IllegalArgument("Option is not valid or currently not set."); } } - -const OptionMap& Options::getOptions() -{ - return m_options; -} |