summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-15 15:26:43 +0100
committerMichael Stahl <mstahl@redhat.com>2016-01-15 16:45:45 +0100
commitcb890ae43bacd2be24bc74fad2e2e5cce8910995 (patch)
tree858c951d037b4582948a3d180e7b3b29407bdf1f /include/oox
parentf5ccfd60c2c5dab392d58870fbd079a6286bc239 (diff)
oox: export Math objects to PPTX files
These hit the assert in lcl_StoreOwnAsOOXML now so better implement some export. Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/shapes.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx
index 29f597f4a3e6..ab67def8d5e1 100644
--- a/include/oox/export/shapes.hxx
+++ b/include/oox/export/shapes.hxx
@@ -180,6 +180,7 @@ public:
WriteTextShape( css::uno::Reference< css::drawing::XShape > xShape );
ShapeExport&
WriteTableShape( css::uno::Reference< css::drawing::XShape > xShape );
+ void WriteMathShape(css::uno::Reference<css::drawing::XShape> const& xShape);
ShapeExport&
WriteOLE2Shape( css::uno::Reference< css::drawing::XShape > xShape );
virtual ShapeExport&