summaryrefslogtreecommitdiffstats
path: root/tools/bootstrp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-16 00:43:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-16 09:04:09 +0100
commitac96fbd737d01c074232ce74ba5279550ee8ce5d (patch)
treefa60ab2c4ca9a472dc30877c38fc581799dcd889 /tools/bootstrp
parentrevert this (diff)
downloadcore-ac96fbd737d01c074232ce74ba5279550ee8ce5d.tar.gz
core-ac96fbd737d01c074232ce74ba5279550ee8ce5d.zip
there's no point to that assign
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/cppdep.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index ad5bb80eaffc..b2d6cadb5a08 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -226,7 +226,7 @@ ByteString CppDep::IsIncludeStatement( ByteString aLine )
#endif
if ( aTmpStr.Equals("#include") )
{
- aTmpStr = aLine.Erase( 0, 8 );
+ aLine.Erase( 0, 8 );
sal_uInt16 nLen = aLine.Len();
aLine.Erase( nLen-1, 1 );
aLine.Erase( 0, 1 );