summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/includes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/includes.hxx')
-rw-r--r--codemaker/source/cppumaker/includes.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx
index 2a76529259cd..dd33bcc9b62a 100644
--- a/codemaker/source/cppumaker/includes.hxx
+++ b/codemaker/source/cppumaker/includes.hxx
@@ -40,7 +40,6 @@ public:
void add(OString const & entityName);
void addCassert() { m_includeCassert = true; }
- void addException() { m_includeException = true; }
void addAny() { m_includeAny = true; }
void addReference() { m_includeReference = true; }
void addSequence() { m_includeSequence = true; }
@@ -59,7 +58,8 @@ public:
void addTypelibTypeclassH() { m_includeTypelibTypeclassH = true; }
void addTypelibTypedescriptionH()
{ m_includeTypelibTypedescriptionH = true; }
- void dump(FileStream & out, OUString const * companionHdl);
+ void dump(
+ FileStream & out, OUString const * companionHdl, bool exceptions);
static void dumpInclude(
FileStream & out, OString const & entityName, bool hpp);
@@ -74,7 +74,6 @@ private:
Dependencies::Map m_map;
bool m_hpp;
bool m_includeCassert;
- bool m_includeException;
bool m_includeAny;
bool m_includeReference;
bool m_includeSequence;