summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/SdUnoOutlineView.cxx5
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx7
-rw-r--r--sd/source/ui/unoidl/unoobj.hxx1
3 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
index 8cd73a9a1a92..edc40f63c5e1 100644
--- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx
+++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
@@ -130,11 +130,6 @@ void SdUnoOutlineView::setFastPropertyValue (
}
}
-void SAL_CALL SdUnoOutlineView::disposing (const ::com::sun::star::lang::EventObject& )
- throw (::com::sun::star::uno::RuntimeException)
-{
-}
-
Any SAL_CALL SdUnoOutlineView::getFastPropertyValue (
sal_Int32 nHandle)
throw(css::beans::UnknownPropertyException,
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index f7f2695a92df..329dd9836a58 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -305,13 +305,6 @@ void SdXShape::dispose()
delete this;
}
-// XInterface
-uno::Any SAL_CALL SdXShape::queryAggregation( const uno::Type & rType )
- throw(uno::RuntimeException)
-{
- return mpShape->queryAggregation( rType );
-}
-
uno::Any SAL_CALL SdXShape::queryInterface( const uno::Type & rType )
throw(uno::RuntimeException, std::exception)
{
diff --git a/sd/source/ui/unoidl/unoobj.hxx b/sd/source/ui/unoidl/unoobj.hxx
index 4ac5fac514cb..aed695bab2df 100644
--- a/sd/source/ui/unoidl/unoobj.hxx
+++ b/sd/source/ui/unoidl/unoobj.hxx
@@ -81,7 +81,6 @@ public:
virtual void objectChanged( SdrObject* pNewObj ) SAL_OVERRIDE;
// XInterface
- ::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL acquire() throw() SAL_OVERRIDE;
virtual void SAL_CALL release() throw() SAL_OVERRIDE;