From de476d0146dfecf04f7d1630a771751e3f27ced9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Feb 2014 10:11:18 +0200 Subject: cid#1103689 missing break in switch Change-Id: I28338145fdd71ec25b9c6d291e445d35636e43a9 --- svtools/source/svhtml/parhtml.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 5b45f94f588b..942e881ed691 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -353,8 +353,10 @@ int HTMLParser::FilterToken( int nToken ) case HTML_HEAD_OFF: bIsInBody = true; + bIsInHeader = false; + break; case HTML_HEAD_ON: - bIsInHeader = HTML_HEAD_ON == nToken; + bIsInHeader = true; break; case HTML_BODY_ON: -- cgit v1.2.3