diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshap4.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx index e932821b60d0..f0047142ca44 100644 --- a/svx/source/unodraw/unoshap4.cxx +++ b/svx/source/unodraw/unoshap4.cxx @@ -943,4 +943,12 @@ bool SvxMediaShape::getPropertyValueImpl( const OUString& rName, const SfxItemPr } } +SvxDummyShapeContainer::SvxDummyShapeContainer(uno::Reference< drawing::XShapes > xObject): + m_xDummyObject(xObject) +{ +} + +SvxDummyShapeContainer::~SvxDummyShapeContainer() throw() +{ +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |