summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SdUnoSlideView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SdUnoSlideView.hxx')
-rw-r--r--sd/source/ui/inc/SdUnoSlideView.hxx37
1 files changed, 11 insertions, 26 deletions
diff --git a/sd/source/ui/inc/SdUnoSlideView.hxx b/sd/source/ui/inc/SdUnoSlideView.hxx
index ad80e3e5ad2a..3c7621de31b8 100644
--- a/sd/source/ui/inc/SdUnoSlideView.hxx
+++ b/sd/source/ui/inc/SdUnoSlideView.hxx
@@ -44,52 +44,37 @@ public:
// XSelectionSupplier
- virtual sal_Bool SAL_CALL select (const css::uno::Any& aSelection)
- throw(css::lang::IllegalArgumentException,
- css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL select (const css::uno::Any& aSelection) override;
- virtual css::uno::Any SAL_CALL getSelection()
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL getSelection() override;
virtual void SAL_CALL addSelectionChangeListener (
- const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener)
- throw(css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener) override;
virtual void SAL_CALL removeSelectionChangeListener (
- const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener)
- throw(css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener) override;
// XDrawView
virtual void SAL_CALL setCurrentPage (
- const css::uno::Reference< css::drawing::XDrawPage >& xPage)
- throw(css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::drawing::XDrawPage >& xPage) override;
virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL
- getCurrentPage()
- throw(css::uno::RuntimeException, std::exception) override;
+ getCurrentPage() override;
// XFastPropertySet
virtual void SAL_CALL setFastPropertyValue (
sal_Int32 nHandle,
- const css::uno::Any& rValue)
- throw(css::beans::UnknownPropertyException,
- css::beans::PropertyVetoException,
- css::lang::IllegalArgumentException,
- css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception) override;
+ const css::uno::Any& rValue) override;
virtual css::uno::Any SAL_CALL getFastPropertyValue (
- sal_Int32 nHandle)
- throw(css::beans::UnknownPropertyException,
- css::lang::WrappedTargetException,
- css::uno::RuntimeException, std::exception) override;
+ sal_Int32 nHandle) override;
// XServiceInfo
- virtual OUString SAL_CALL getImplementationName( ) throw (css::uno::RuntimeException, std::exception) override;
- virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) override;
- virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getImplementationName( ) override;
+ virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
private:
slidesorter::SlideSorter& mrSlideSorter;