summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galbrws2.cxx')
-rw-r--r--svx/source/gallery2/galbrws2.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 41ee2b86d22c..5f639df86af5 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -132,8 +132,8 @@ public:
void ExecutePopup( vcl::Window *pParent, const ::Point &aPos );
- virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent &rEvent) throw ( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL disposing( const css::lang::EventObject &rSource) throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent &rEvent) override;
+ virtual void SAL_CALL disposing( const css::lang::EventObject &rSource) override;
};
@@ -171,7 +171,6 @@ GalleryThemePopup::GalleryThemePopup(
void SAL_CALL GalleryThemePopup::statusChanged(
const css::frame::FeatureStateEvent &rEvent )
-throw ( css::uno::RuntimeException, std::exception )
{
const OUString &rURL = rEvent.FeatureURL.Complete;
if ( rURL == CMD_SID_GALLERY_ENABLE_ADDCOPY )
@@ -207,7 +206,6 @@ throw ( css::uno::RuntimeException, std::exception )
void SAL_CALL GalleryThemePopup::disposing(
const css::lang::EventObject &/*rSource*/)
-throw ( css::uno::RuntimeException, std::exception )
{
}