Kaydet (Commit) 7984a40a authored tarafından Mikhail Voitenko's avatar Mikhail Voitenko

#112739# exception specification

üst 28089fab
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: intercept.cxx,v $ * $RCSfile: intercept.cxx,v $
* *
* $Revision: 1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: mav $ $Date: 2003-10-27 12:58:20 $ * last change: $Author: mav $ $Date: 2003-10-29 12:59:21 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -77,7 +77,7 @@ using namespace ::com::sun::star; ...@@ -77,7 +77,7 @@ using namespace ::com::sun::star;
#define IUL 5 #define IUL 5
uno::Sequence<::rtl::OUString> Interceptor::m_aInterceptedURL(IUL); uno::Sequence< ::rtl::OUString > Interceptor::m_aInterceptedURL(IUL);
struct equalOUString struct equalOUString
{ {
...@@ -147,6 +147,7 @@ Interceptor::removeEventListener( ...@@ -147,6 +147,7 @@ Interceptor::removeEventListener(
void SAL_CALL Interceptor::dispose() void SAL_CALL Interceptor::dispose()
throw( uno::RuntimeException )
{ {
lang::EventObject aEvt; lang::EventObject aEvt;
aEvt.Source = static_cast< frame::XDispatch* >( this ); aEvt.Source = static_cast< frame::XDispatch* >( this );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment