summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-24 18:39:27 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-24 22:51:15 +0200
commitc2d5b59fc6a3b3fbe20a19282538d5f95fa53301 (patch)
tree019fe5a28daa31dbe76aa8af994e772ac75a6634 /include/oox
parent4abaaf7663d053f1c37a34487320246e29e43516 (diff)
fdo#77089 pass shape dimensions to graphicfilter for WMF
Change-Id: I673a76ef85038b1f304ea85faeed5b4a462cb144
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/helper/graphichelper.hxx4
1 files changed, 3 insertions, 1 deletions
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. */