diff options
Diffstat (limited to 'svtools/source/svhtml/parhtml.cxx')
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index cd8faf0509af..1e4e39f3edaf 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -1161,7 +1161,7 @@ int HTMLParser::GetNextToken_() { if( bOffState ) { - // einfach alles wegschmeissen + // simply throw away everything ScanText( '>' ); if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() ) { |