summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/parhtml.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-05-17 18:35:53 +0200
committerJan Holesovsky <kendy@collabora.com>2017-05-18 11:01:03 +0200
commit4ebc17755855df3a3c1f07a8f5a829d555040d34 (patch)
treea715134079c41e8ceb8afffd6f58cae4234f68dd /svtools/source/svhtml/parhtml.cxx
parentcda860a8c99abfee6b37dda37351f0b45a7c9616 (diff)
html import: Don't create HTML: <meta name="changedby" content="..."> postit.
Change-Id: I8deea3b60d9bb86c20539be2ad23e6b07f44e51b Reviewed-on: https://gerrit.libreoffice.org/37729 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'svtools/source/svhtml/parhtml.cxx')
-rw-r--r--svtools/source/svhtml/parhtml.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 5b8773279fe6..5f8ef05318c2 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1957,6 +1957,7 @@ bool HTMLParser::ParseMetaOptionsImpl(
case HtmlMeta::ChangedBy:
if (i_xDocProps.is()) {
i_xDocProps->setModifiedBy( aContent );
+ bChanged = true;
}
break;