From 6f94cab9c43f88624b58a47ad03ad5f87032595d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 23 Feb 2016 09:13:40 +0100 Subject: tdf#59699 RTF import: handle INCLUDEPICTURE field On one hand, don't handle a fieldmark for it in dmapper. On the other hand, handle the field in the RTF tokenizer as it would be {\pict ...hexdump... }, that will result in an inline picture, as wanted. Change-Id: I554fdf017920350144300fd86617bf74eed8995b --- writerfilter/inc/rtftok/RTFDocument.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'writerfilter/inc') diff --git a/writerfilter/inc/rtftok/RTFDocument.hxx b/writerfilter/inc/rtftok/RTFDocument.hxx index ac40a9ce4f26..c3f65b7d5be4 100644 --- a/writerfilter/inc/rtftok/RTFDocument.hxx +++ b/writerfilter/inc/rtftok/RTFDocument.hxx @@ -15,6 +15,7 @@ #include #include #include +#include namespace writerfilter { @@ -44,7 +45,7 @@ public: css::uno::Reference const& xDstDoc, css::uno::Reference const& xFrame, css::uno::Reference const& xStatusIndicator, - bool bIsNewDoc); + const utl::MediaDescriptor& rMediaDescriptor); }; } // namespace rtftok } // namespace writerfilter -- cgit