loplugin:singlevalfields in codemaker
Change-Id: I77e6ed891f4712aadb9085549d7699435c2da558
This commit is contained in:
parent
358bb8eed4
commit
19ebfdbadc
@ -46,7 +46,7 @@ Includes::Includes(
|
|||||||
m_includeSequence(dependencies.hasSequenceDependency()),
|
m_includeSequence(dependencies.hasSequenceDependency()),
|
||||||
m_includeType(dependencies.hasTypeDependency()),
|
m_includeType(dependencies.hasTypeDependency()),
|
||||||
m_includeCppuMacrosHxx(false), m_includeCppuUnotypeHxx(false),
|
m_includeCppuMacrosHxx(false), m_includeCppuUnotypeHxx(false),
|
||||||
m_includeOslDoublecheckedlockingH(false), m_includeOslMutexHxx(false),
|
m_includeOslMutexHxx(false),
|
||||||
m_includeRtlStrbufHxx(false), m_includeRtlStringH(false),
|
m_includeRtlStrbufHxx(false), m_includeRtlStringH(false),
|
||||||
m_includeRtlTextencH(false), m_includeRtlUstrbufHxx(false),
|
m_includeRtlTextencH(false), m_includeRtlUstrbufHxx(false),
|
||||||
m_includeRtlUstringH(false),
|
m_includeRtlUstringH(false),
|
||||||
@ -210,10 +210,6 @@ void Includes::dump(FileStream & out, OUString const * companionHdl) {
|
|||||||
dumpEmptyLineBeforeFirst(out, &first);
|
dumpEmptyLineBeforeFirst(out, &first);
|
||||||
out << ("#include \"cppu/unotype.hxx\"\n");
|
out << ("#include \"cppu/unotype.hxx\"\n");
|
||||||
}
|
}
|
||||||
if (m_includeOslDoublecheckedlockingH) {
|
|
||||||
dumpEmptyLineBeforeFirst(out, &first);
|
|
||||||
out << ("#include \"osl/doublecheckedlocking.h\"\n");
|
|
||||||
}
|
|
||||||
if (m_includeOslMutexHxx) {
|
if (m_includeOslMutexHxx) {
|
||||||
dumpEmptyLineBeforeFirst(out, &first);
|
dumpEmptyLineBeforeFirst(out, &first);
|
||||||
out << "#include \"osl/mutex.hxx\"\n";
|
out << "#include \"osl/mutex.hxx\"\n";
|
||||||
|
@ -81,7 +81,6 @@ private:
|
|||||||
bool m_includeType;
|
bool m_includeType;
|
||||||
bool m_includeCppuMacrosHxx;
|
bool m_includeCppuMacrosHxx;
|
||||||
bool m_includeCppuUnotypeHxx;
|
bool m_includeCppuUnotypeHxx;
|
||||||
bool m_includeOslDoublecheckedlockingH;
|
|
||||||
bool m_includeOslMutexHxx;
|
bool m_includeOslMutexHxx;
|
||||||
bool m_includeRtlStrbufHxx;
|
bool m_includeRtlStrbufHxx;
|
||||||
bool m_includeRtlStringH;
|
bool m_includeRtlStringH;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user