summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlflywriter.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-07-18 14:00:29 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-07-18 18:21:29 +0200
commit1a884ea69b2c8b98719fa3cd298b42a6d584cd41 (patch)
treea9190ae350b4088583c798b600e70790876b1581 /sw/source/filter/html/htmlflywriter.cxx
parent8de98e61fbc96bf523b3dec7e1e52eb7e2d7693e (diff)
sw HTML export: force PNG output harder in reqif mode
Need to disable one more flag to avoid GIF for transparent images. Also start asserting reqif-xhtml output with an XML parser. Change-Id: I1395812a5ddfd56cee4acacf6dea46c6e413b736 Reviewed-on: https://gerrit.libreoffice.org/57630 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sw/source/filter/html/htmlflywriter.cxx')
-rw-r--r--sw/source/filter/html/htmlflywriter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/htmlflywriter.cxx b/sw/source/filter/html/htmlflywriter.cxx
index 6db21469f368..79b111405704 100644
--- a/sw/source/filter/html/htmlflywriter.cxx
+++ b/sw/source/filter/html/htmlflywriter.cxx
@@ -1837,6 +1837,7 @@ static Writer& OutHTML_FrameFormatGrfNode( Writer& rWrt, const SwFrameFormat& rF
// output.
aFilterName = "PNG";
nFlags &= ~XOutFlags::UseNativeIfPossible;
+ nFlags &= ~XOutFlags::UseGifIfSensible;
aMimeType = "image/png";
}