summaryrefslogtreecommitdiff
path: root/oox/inc/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-08-14 16:27:28 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-08-14 16:31:45 +0200
commit05d86fcdd9eafac6e337e2117502662688118ea0 (patch)
treef76b8009c128a931f7437be5f0612a5f5243e724 /oox/inc/oox
parent3c23dfb5d06bce5ebdd6886c1f879eadce1b0f6f (diff)
fdo#53113 DOCX: export fillBlip shape property
Change-Id: Id23518d0f72d7650f3d875028f83caf9b6581ccd
Diffstat (limited to 'oox/inc/oox')
-rw-r--r--oox/inc/oox/export/vmlexport.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index ec5a4d9baef9..54296a04d8fe 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/oox/inc/oox/export/vmlexport.hxx
@@ -21,6 +21,7 @@
#define _OOX_EXPORT_VMLEXPORT_HXX_
#include <oox/dllapi.h>
+#include <oox/export/drawingml.hxx>
#include <sax/fshelper.hxx>
#include <filter/msfilter/escherex.hxx>
#include <editeng/outlobj.hxx>
@@ -39,6 +40,7 @@ class OOX_DLLPUBLIC VMLTextExport
{
public:
virtual void WriteOutliner(const OutlinerParaObject& rParaObj) = 0;
+ virtual oox::drawingml::DrawingML& GetDrawingML() = 0;
protected:
VMLTextExport() {}
virtual ~VMLTextExport() {}