summaryrefslogtreecommitdiff
path: root/include/linguistic/misc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/misc.hxx')
-rw-r--r--include/linguistic/misc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx
index 101ffd4e6ef2..1c1c47097f8a 100644
--- a/include/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
@@ -204,11 +204,11 @@ public:
void Deactivate();
// 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);
// XTerminateListener
- virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::frame::TerminationVetoException, ::com::sun::star::uno::RuntimeException, std::exception);
+ virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& aEvent ) throw(::com::sun::star::uno::RuntimeException, std::exception);
};
} // namespace linguistic
cgit/lo/core/commit/offapi?h=private/tml/lov-6.2.1&id=78cca63070ae6cf82b45ec3bc75fafa2db31a7f2'>Revert publishing of lots of UNO types.Thorsten Behrens 2012-01-25typoStephan Bergmann 2012-01-19Undo comment fix that introduces start of nested comment.Stephan Bergmann 2012-01-19minor corrections in commentsEike Rathke 2012-01-19added SubViewSize property to EnhancedCustomShapePathRadek Doulik 2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens 2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens 2012-01-11added new custom shape path segment commands - darken/lighten fill colorRadek Doulik 2012-01-11added date acceptance patterns APIEike Rathke 2012-01-05idl fix package namesTomas Hlavaty 2012-01-05fix broken ifndef/define guard in idlTomas Hlavaty 2012-01-05offapi: css.chart2.XAxis: fix include guard conflictMichael Stahl 2012-01-05minor idl fixesTomas Hlavaty 2012-01-05add mode-lines to .idl filesCaolán McNamara 2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida 2011-12-20Revert "minor idl fixes" - no explicit license statement yet.Michael Meeks 2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann 2011-12-07Remove oooimprovementAugust Sodora 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-12-06minor idl fixesTomas Hlavaty 2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara 2011-12-05incompatible change to solve uno problem related to fdo#43308Markus Mohrhard