Kaydet (Commit) ac96fbd7 authored tarafından Caolán McNamara's avatar Caolán McNamara

there's no point to that assign

üst e7451799
...@@ -226,7 +226,7 @@ ByteString CppDep::IsIncludeStatement( ByteString aLine ) ...@@ -226,7 +226,7 @@ ByteString CppDep::IsIncludeStatement( ByteString aLine )
#endif #endif
if ( aTmpStr.Equals("#include") ) if ( aTmpStr.Equals("#include") )
{ {
aTmpStr = aLine.Erase( 0, 8 ); aLine.Erase( 0, 8 );
sal_uInt16 nLen = aLine.Len(); sal_uInt16 nLen = aLine.Len();
aLine.Erase( nLen-1, 1 ); aLine.Erase( nLen-1, 1 );
aLine.Erase( 0, 1 ); aLine.Erase( 0, 1 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment