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 60e2294b1a0c..455f7a8f6644 100644
--- a/include/svx/SmartTagMgr.hxx
+++ b/include/svx/SmartTagMgr.hxx
@@ -218,13 +218,13 @@ public:
const OUString GetApplicationName() const { return maApplicationName; }
// ::com::sun::star::lang::XEventListener
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException, std::exception);
// ::com::sun::star::util::XModifyListener
- virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
// ::com::sun::star::util::XChangesListener
- virtual void SAL_CALL changesOccurred( const ::com::sun::star::util::ChangesEvent& Event ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL changesOccurred( const ::com::sun::star::util::ChangesEvent& Event ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
#endif
decoration'>Noel Grandin 2015-04-10Make ErrorContext includers happier.Michael Meeks 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-10No need to go via floating-point calculationsStephan Bergmann 2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann 2015-04-09loplugin:staticmethodsNoel Grandin 2015-04-07Remove dead INetProtocol::OutStephan Bergmann 2015-04-07Remove dead INetProtocol::VimStephan Bergmann 2015-04-02Kill INetProtocol::NewsTor Lillqvist 2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist 2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann 2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann 2015-04-02Plug the hole in INetProtocolStephan Bergmann 2015-04-02Remove left-over comment junkStephan Bergmann 2015-04-02loplugin:staticmethodsNoel Grandin 2015-04-01loplugin:staticfunctionNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-23Rectangle::toString(): output position, then sizeMiklos Vajna 2015-03-19loplugin:constantfunction: toolsNoel Grandin 2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara 2015-03-04V813: Decreased performanceCaolán McNamara 2015-03-02convert RC_ constants to enum classNoel Grandin 2015-03-02convert enum _ImplINetRFC822MessageHeaderState to enum classNoel Grandin 2015-03-02convert INETMSG_MIME_VERSION constants to enum classNoel Grandin 2015-03-02convert INETMSG_RFC822_ constants to enum classNoel Grandin 2015-02-23