summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-02-21 09:07:57 +0100
committerJan Holesovsky <kendy@collabora.com>2014-02-21 09:07:57 +0100
commit1d512fb31c20e17426f0652234a1304ead2d8c8d (patch)
tree947e332da729d96697e0a37e264fa15497ccfbdc /dtrans
parentf96926c1c22a1bceea42f4ebd5ec610d48833c18 (diff)
Update comment.
Change-Id: Ie2aeb65760fc06483f709a4194b9ee1d1f7a8955
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/FmtFilter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dtobj/FmtFilter.cxx b/dtrans/source/win32/dtobj/FmtFilter.cxx
index 6f67a3b4f031..4adbc933dfc1 100644
--- a/dtrans/source/win32/dtobj/FmtFilter.cxx
+++ b/dtrans/source/win32/dtobj/FmtFilter.cxx
@@ -355,8 +355,8 @@ std::string GetHtmlFormatHeader(size_t startHtml, size_t endHtml, size_t startFr
return htmlHeader.str();
}
-// the office always writes the start and end html tag in upper cases and
-// without spaces both tags don't allow parameters
+// the case of these tags has to match what we output in our filters
+// both tags don't allow parameters
const std::string TAG_HTML = std::string("<html>");
const std::string TAG_END_HTML = std::string("</html>");