summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-05-17 18:35:53 +0200
committerAron Budea <aron.budea@collabora.com>2017-05-17 18:51:23 +0200
commitb5a64a8ce15f3b9dacd527f1e7663300af6e2ad2 (patch)
tree8143290833216af592f71866623600826bb4c7aa /svtools
parentaa192623ef75e62f03c5177dc42ec28f4b80e745 (diff)
html import: Don't create HTML: <meta name="changedby" content="..."> postit.
Change-Id: I8deea3b60d9bb86c20539be2ad23e6b07f44e51b Reviewed-on: https://gerrit.libreoffice.org/37728 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'svtools')
-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 971821384827..becae25e904b 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1989,6 +1989,7 @@ bool HTMLParser::ParseMetaOptionsImpl(
case HTML_META_CHANGEDBY:
if (i_xDocProps.is()) {
i_xDocProps->setModifiedBy( aContent );
+ bChanged = true;
}
break;