diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-01-20 21:51:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-01-20 21:51:35 +0100 |
commit | 6172a95bb077fd43595e02084b5394516738844b (patch) | |
tree | 97b99b2a86f5961e8fceef29bcf6730cf7287d07 /stoc | |
parent | 5bbc006823a8eba8dbcf06943f76c8fcb30ec7ba (diff) |
Some cppcheck cleaning
Change-Id: Ie975903daa84ddafb2ba7d58e18b8ef20b331596
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 595608859003..ea62d4d3efb0 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -313,7 +313,6 @@ sal_Int32 IntrospectionAccessStatic_Impl::getMethodIndex( const ::rtl::OUString& else { sal_Int32 nSearchFrom = aMethodName.getLength(); - nSearchFrom = aMethodName.getLength(); while( true ) { // Strategy: Search back until the first '_' is found |