From 4ebc17755855df3a3c1f07a8f5a829d555040d34 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 17 May 2017 18:35:53 +0200 Subject: html import: Don't create HTML: postit. Change-Id: I8deea3b60d9bb86c20539be2ad23e6b07f44e51b Reviewed-on: https://gerrit.libreoffice.org/37729 Reviewed-by: Jan Holesovsky Tested-by: Jenkins --- svtools/source/svhtml/parhtml.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svtools/source') 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; -- cgit v1.2.3