From cb890ae43bacd2be24bc74fad2e2e5cce8910995 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 15 Jan 2016 15:26:43 +0100 Subject: oox: export Math objects to PPTX files These hit the assert in lcl_StoreOwnAsOOXML now so better implement some export. Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7 --- include/oox/export/shapes.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oox') 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 const& xShape); ShapeExport& WriteOLE2Shape( css::uno::Reference< css::drawing::XShape > xShape ); virtual ShapeExport& -- cgit