summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.hxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx
index 21612c060de3..aa2e519dd3c9 100644
--- a/writerfilter/source/dmapper/GraphicImport.hxx
+++ b/writerfilter/source/dmapper/GraphicImport.hxx
@@ -92,7 +92,7 @@ public:
virtual void data(const sal_uInt8* buffer, size_t len, writerfilter::Reference<Properties>::Pointer_t ref) SAL_OVERRIDE;
css::uno::Reference<css::text::XTextContent> GetGraphicObject();
- css::uno::Reference<css::drawing::XShape> GetXShapeObject();
+ css::uno::Reference<css::drawing::XShape> GetXShapeObject() { return m_xShape;}
bool IsGraphic() const;
private: