diff options
Diffstat (limited to 'include/oox/helper')
-rw-r--r-- | include/oox/helper/graphichelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 32e699ed3468..0d0b69216617 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -121,7 +121,8 @@ public: css::uno::Reference< css::graphic::XGraphic > importGraphic( const css::uno::Reference< css::io::XInputStream >& rxInStrm, - const WmfExternal* pExtHeader = nullptr ) const; + const WmfExternal* pExtHeader = nullptr, + const bool bLazyLoad = true ) const; /** Imports a graphic from the passed binary memory block. */ css::uno::Reference< css::graphic::XGraphic > |