summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:45:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:14:09 +0000
commitbee1cc83ec4b8a246017a823305fd5d20869bce3 (patch)
tree398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/svhtml
parent614e1a6cf8839344755ea8d5227561f75772aa2a (diff)
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d Reviewed-on: https://gerrit.libreoffice.org/8320 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/parhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 5d49ab5eafdf..b33d3207af6d 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1852,11 +1852,11 @@ bool HTMLParser::IsHTMLFormat( const sal_Char* pHeader,
{
// If the string matches one of the following regular expressions then
// the document is a HTML document.
- //
+
// ^[^<]*<[^ \t]*[> \t]
// -------
// ^<!
- //
+
// where the underlined subexpression has to be a HTML token
OString sCmp;
bool bUCS2B = false;