diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 02:17:44 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:14:00 +0100 |
commit | 405caad685edd0ba914789bda01b5dc9b3030773 (patch) | |
tree | e5a16d9474717f67cfd029e1ed7b9ecdb0e738ab /codemaker | |
parent | 800376357fd1fc0594ba3dc5e0579fd163a3039a (diff) |
loplugin: unused variables
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cpputype.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 2c4d80884d7b..641408e49b38 100644 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -629,7 +629,6 @@ void CppuType::dumpNormalGetCppuType(FileStream& o) sal_uInt16 fieldCount = m_reader.getFieldCount(); RTFieldAccess access = RT_ACCESS_INVALID; OString fieldType, fieldName; - OString scope = m_typeName.replace('/', '.'); OString modFieldType; StringSet generatedTypeSet; StringSet::iterator findIter; @@ -745,7 +744,6 @@ void CppuType::dumpComprehensiveGetCppuType(FileStream& o) sal_uInt16 fieldCount = m_reader.getFieldCount(); RTFieldAccess access = RT_ACCESS_INVALID; OString fieldType, fieldName; - OString scope = m_typeName.replace('/', '.'); for (sal_uInt16 i=0; i < fieldCount; i++) { access = m_reader.getFieldFlags(i); |