From 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 4 May 2012 12:32:46 +0100 Subject: reorganise code a little so ole controls are catered for wrt fdo#49430 Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a --- oox/inc/oox/vml/vmldrawing.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/inc') diff --git a/oox/inc/oox/vml/vmldrawing.hxx b/oox/inc/oox/vml/vmldrawing.hxx index b9b626e10b83..4a0cf5021bab 100644 --- a/oox/inc/oox/vml/vmldrawing.hxx +++ b/oox/inc/oox/vml/vmldrawing.hxx @@ -157,6 +157,7 @@ public: model into the form, and the shape into the passed UNO shape container. */ ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > createAndInsertXControlShape( + const ClientData* pClientData, const ::oox::ole::EmbeddedControl& rControl, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, const ::com::sun::star::awt::Rectangle& rShapeRect, -- cgit