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