summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-06-02 11:45:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-06-02 11:45:28 +0000
commitc7e18433e081009ad9016346368a16100b1ce30e (patch)
tree66f7d4a5e881f9ea044f99eea88b3016f9260263 /automation
parenta01696b90155a1cf83d01245597c43ac11284cce (diff)
INTEGRATION: CWS ause051 (1.23.2); FILE MERGED
2006/05/23 12:08:57 hjs 1.23.2.2: RESYNC: (1.23-1.25); FILE MERGED 2006/05/15 12:58:30 hjs 1.23.2.1: #i65395# added thow statement
Diffstat (limited to 'automation')
-rw-r--r--automation/source/server/statemnt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/server/statemnt.cxx b/automation/source/server/statemnt.cxx
index 406d4b5cbd91..e6d80451cd2b 100644
--- a/automation/source/server/statemnt.cxx
+++ b/automation/source/server/statemnt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: statemnt.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 14:15:45 $
+ * last change: $Author: vg $ $Date: 2006-06-02 12:45:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -614,7 +614,7 @@ SlotStatusListener::SlotStatusListener()
{}
// XStatusListener
-void SAL_CALL SlotStatusListener::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event )
+void SAL_CALL SlotStatusListener::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event ) throw (::com::sun::star::uno::RuntimeException)
{
// DBG_ERROR1("FeatureURL: %s", ByteString( String( Event.FeatureURL.Complete ), RTL_TEXTENCODING_UTF8 ).GetBuffer() )
// DBG_ERROR1("FeatureDescriptor: %s", ByteString( String( Event.FeatureDescriptor ), RTL_TEXTENCODING_UTF8 ).GetBuffer() )
@@ -624,7 +624,7 @@ void SAL_CALL SlotStatusListener::statusChanged( const ::com::sun::star::frame::
}
// XEventListener
-void SAL_CALL SlotStatusListener::disposing( const ::com::sun::star::lang::EventObject& )
+void SAL_CALL SlotStatusListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (::com::sun::star::uno::RuntimeException)
{
bDisposed = TRUE;
}