summaryrefslogtreecommitdiffstats
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.hxx22
1 files changed, 2 insertions, 20 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx
index 887faac10484..075e63057614 100644
--- a/codemaker/source/cppumaker/includes.hxx
+++ b/codemaker/source/cppumaker/includes.hxx
@@ -46,43 +46,25 @@ public:
~Includes();
void add(rtl::OString const & registryType);
-
void addAny() { m_includeAny = true; }
-
void addReference() { m_includeReference = true; }
-
void addSequence() { m_includeSequence = true; }
-
void addType() { m_includeType = true; }
-
void addCppuMacrosHxx() { m_includeCppuMacrosHxx = true; }
-
void addCppuUnotypeHxx() { m_includeCppuUnotypeHxx = true; }
-
void addOslDoublecheckedlockingH()
- { m_includeOslDoublecheckedlockingH = true; }
-
+ { m_includeOslDoublecheckedlockingH = true; }
void addOslMutexHxx() { m_includeOslMutexHxx = true; }
-
void addRtlStrbufHxx() { m_includeRtlStrbufHxx = true; }
-
void addRtlStringH() { m_includeRtlStringH = true; }
-
void addRtlTextencH() { m_includeRtlTextencH = true; }
-
void addRtlUstrbufHxx() { m_includeRtlUstrbufHxx = true; }
-
void addRtlUstringH() { m_includeRtlUstringH = true; }
-
void addRtlUstringHxx() { m_includeRtlUstringHxx = true; }
-
void addSalTypesH() { m_includeSalTypesH = true; }
-
void addTypelibTypeclassH() { m_includeTypelibTypeclassH = true; }
-
void addTypelibTypedescriptionH()
- { m_includeTypelibTypedescriptionH = true; }
-
+ { m_includeTypelibTypedescriptionH = true; }
void dump(FileStream & out, rtl::OString const * companionHdl);
static void dumpInclude(