From c2d5b59fc6a3b3fbe20a19282538d5f95fa53301 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 24 Apr 2014 18:39:27 +0200 Subject: fdo#77089 pass shape dimensions to graphicfilter for WMF Change-Id: I673a76ef85038b1f304ea85faeed5b4a462cb144 --- include/oox/helper/graphichelper.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 8def09e3d31d..f74963cad8b1 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -115,7 +115,9 @@ public: /** Imports a graphic from the storage stream with the passed path and name. */ ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > - importEmbeddedGraphic( const OUString& rStreamName ) const; + importEmbeddedGraphic( + const OUString& rStreamName, + const WMF_EXTERNALHEADER* pExtHeader = NULL ) const; /** Creates a persistent graphic object from the passed graphic. @return The URL of the created and internally cached graphic object. */ -- cgit