From 0ec8ab8e907aa151872c6a22d6015a816ea1591b Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:49:47 +0000 Subject: INTEGRATION: CWS jsc21 (1.17.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.17.4.1: #i86349# remove unused methods --- idlc/source/options.cxx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'idlc/source') diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 55cc7a5a168c..6bfbcc9e443e 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; -} -- cgit