summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:49:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-11 13:49:47 +0000
commit0ec8ab8e907aa151872c6a22d6015a816ea1591b (patch)
tree507b404d161c95e8efe2da959f570ade893f9254 /idlc
parent755dd95ace8eef6433d53aa2c36fe8acfb23397a (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.cxx12
1 files changed, 1 insertions, 11 deletions
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;
-}