diff options
author | Noel Power <noel.power@novell.com> | 2012-05-04 12:51:27 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-04 12:51:27 +0100 |
commit | b2af4b20a009cce57f547865b02fde41d1232a17 (patch) | |
tree | 179288e195e2389bd90919d3cb7e628ab8ef04af /oox/source/vml/vmldrawing.cxx | |
parent | 4d7047860fc5869576f330a437edd6744d59bd61 (diff) |
Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"
This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5.
Diffstat (limited to 'oox/source/vml/vmldrawing.cxx')
-rw-r--r-- | oox/source/vml/vmldrawing.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 5a6d76db0f8f..1a3530db9449 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -247,7 +247,7 @@ Reference< XShape > Drawing::createAndInsertXShape( const OUString& rService, return xShape; } -Reference< XShape > Drawing::createAndInsertXControlShape( const ClientData* pClientData, const ::oox::ole::EmbeddedControl& rControl, +Reference< XShape > Drawing::createAndInsertXControlShape( const ::oox::ole::EmbeddedControl& rControl, const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect, sal_Int32& rnCtrlIndex ) const { Reference< XShape > xShape; |