summaryrefslogtreecommitdiff
path: root/include/svx/SmartTagMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/SmartTagMgr.hxx')
-rw-r--r--include/svx/SmartTagMgr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/SmartTagMgr.hxx b/include/svx/SmartTagMgr.hxx
index 16950bbe2b2e..54e3a8a2ebbd 100644
--- a/include/svx/SmartTagMgr.hxx
+++ b/include/svx/SmartTagMgr.hxx
@@ -216,13 +216,13 @@ public:
const OUString& GetApplicationName() const { return maApplicationName; }
// css::lang::XEventListener
- virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override;
// css::util::XModifyListener
- virtual void SAL_CALL modified( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL modified( const css::lang::EventObject& aEvent ) override;
// css::util::XChangesListener
- virtual void SAL_CALL changesOccurred( const css::util::ChangesEvent& Event ) throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL changesOccurred( const css::util::ChangesEvent& Event ) override;
};
#endif