diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-28 23:41:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-29 15:39:11 +0100 |
commit | 31ca64f91ecf9baebfdb7f43b5583460964c25c3 (patch) | |
tree | 4c1f363b97179ebdf96d65310b3c4dc54e8310f0 /codemaker/source/cppumaker | |
parent | 539d976bc619c176c5ce0fda845ebe0fe24cd2d1 (diff) |
Remove double line spacing and correct indentation
Diffstat (limited to 'codemaker/source/cppumaker')
-rw-r--r-- | codemaker/source/cppumaker/includes.hxx | 22 |
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( |