summaryrefslogtreecommitdiff
path: root/codemaker/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-03 01:14:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-03 01:14:35 +0100
commit9a6d94b2b578306edee4b0e5c121fff37e990c9c (patch)
tree577fe940fd1768538924878cdbd083898194c197 /codemaker/inc
parent0aea4f41367ddfdfabeeb3c29198b1b30c7193ac (diff)
callcatcher: unused getExtraInputFile
Diffstat (limited to 'codemaker/inc')
-rw-r--r--codemaker/inc/codemaker/options.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx
index 76c3328668f3..5585394575ce 100644
--- a/codemaker/inc/codemaker/options.hxx
+++ b/codemaker/inc/codemaker/options.hxx
@@ -72,7 +72,6 @@ public:
const StringVector& getInputFiles();
- ::rtl::OString getExtraInputFile(sal_uInt16 index) const throw( IllegalArgument );
inline sal_uInt16 getNumberOfExtraInputFiles() const
{ return (sal_uInt16)m_extra_input_files.size(); }
inline const StringVector& getExtraInputFiles() const