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

coverity#1242878 Unused value

Change-Id: I123855003be3eb5ef6494cda8f42b4daeba1c272
üst 6b929c75
...@@ -499,7 +499,7 @@ bool SyntaxHighlighter::Tokenizer::getNextToken( const sal_Unicode*& pos, /*out* ...@@ -499,7 +499,7 @@ bool SyntaxHighlighter::Tokenizer::getNextToken( const sal_Unicode*& pos, /*out*
// Read all numbers // Read all numbers
while( testCharFlags( *pos, CHAR_IN_HEX_NUMBER ) ) while( testCharFlags( *pos, CHAR_IN_HEX_NUMBER ) )
c = *pos++; ++pos;
} }
else else
{ {
......
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