diff options
Diffstat (limited to 'include/oox/helper/graphichelper.hxx')
-rw-r--r-- | include/oox/helper/graphichelper.hxx | 4 |
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. */ |