summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter/escherex.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-10 11:42:46 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-10 14:31:47 +0100
commit347630dde37113cc56a544ff021d57c91fc99c6b (patch)
treeb8b5f3d42ada5c33cce5bbddd3de2039494457ae /include/filter/msfilter/escherex.hxx
parentUpdated core (diff)
downloadcore-347630dde37113cc56a544ff021d57c91fc99c6b.tar.gz
core-347630dde37113cc56a544ff021d57c91fc99c6b.zip
escherex: export graphic without GraphicObject uniqueID
Change-Id: Ibf8858ca890b82d5a3ddb8b026a0a4dd03bc9072 Reviewed-on: https://gerrit.libreoffice.org/51021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/filter/msfilter/escherex.hxx')
-rw-r--r--include/filter/msfilter/escherex.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index 04574a2939fe..82880496a948 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -26,6 +26,7 @@
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/drawing/BitmapMode.hpp>
+#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <filter/msfilter/msfilterdllapi.h>
@@ -684,7 +685,7 @@ class MSFILTER_DLLPUBLIC EscherPropertyContainer
sal_uInt32 nBlibId,
bool bCreateCroppingAttributes
);
- bool ImplCreateEmbeddedBmp( const OString& rUniqueId );
+ bool ImplCreateEmbeddedBmp(GraphicObject const & rGraphicObject);
SAL_DLLPRIVATE explicit EscherPropertyContainer(
EscherGraphicProvider * pGraphProv, SvStream * pPiOutStrm,
@@ -742,7 +743,7 @@ public:
/** Creates a complex ESCHER_Prop_fillBlip containing the BLIP directly (for Excel charts). */
void CreateEmbeddedBitmapProperties(
- const OUString& rBitmapUrl,
+ css::uno::Reference<css::awt::XBitmap> const & rxBitmap,
css::drawing::BitmapMode eBitmapMode
);
/** Creates a complex ESCHER_Prop_fillBlip containing a hatch style (for Excel charts). */