summaryrefslogtreecommitdiff
path: root/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/resourcemodel/WW8ResourceModel.hxx')
-rw-r--r--writerfilter/inc/resourcemodel/WW8ResourceModel.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
index 05725e08be90..c7c072fefc4d 100644
--- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
+++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
@@ -35,6 +35,7 @@
#include <memory>
#include <boost/shared_ptr.hpp>
#include <sal/types.h>
+#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <WriterFilterDllApi.hxx>
#include <resourcemodel/OutputWithDepth.hxx>
@@ -220,6 +221,13 @@ public:
virtual void endCharacterGroup() = 0;
/**
+ Receives a shape.
+ */
+ virtual void startShape( ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > xShape ) = 0;
+
+ virtual void endShape( ) = 0;
+
+ /**
Receives 8-bit per character text.
@param data buffer containing the text