summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-09 17:33:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-09 17:33:40 +0000
commitca504ac0662befc56bb11aad5dba2b2d03bcdd7c (patch)
treec3f117c2c5af02f0f5e2e815dd73dd87a1c677db /framework
parente1bb3fb72bf0c60544088e0b1a8493d5d0a6ae22 (diff)
#92924#: exception specifications
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/eventsdocumenthandler.hxx8
-rw-r--r--framework/inc/classes/menumanager.hxx8
-rw-r--r--framework/inc/classes/statusbardocumenthandler.hxx8
-rwxr-xr-xframework/inc/classes/toolboxdocumenthandler.hxx8
-rw-r--r--framework/inc/classes/toolboxlayoutdocumenthandler.hxx8
-rw-r--r--framework/inc/macros/xinterface.hxx12
-rw-r--r--framework/inc/services/menudocumenthandler.hxx8
-rw-r--r--framework/inc/services/saxnamespacefilter.hxx8
8 files changed, 34 insertions, 34 deletions
diff --git a/framework/inc/classes/eventsdocumenthandler.hxx b/framework/inc/classes/eventsdocumenthandler.hxx
index 68beda8a2cd9..5092c72b25cd 100644
--- a/framework/inc/classes/eventsdocumenthandler.hxx
+++ b/framework/inc/classes/eventsdocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eventsdocumenthandler.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2001-06-22 13:31:14 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,9 +136,9 @@ class OReadEventsDocumentHandler : public ::com::sun::star::xml::sax::XDocument
virtual ~OReadEventsDocumentHandler();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx
index c96868930d70..97e5bb7b0fd7 100644
--- a/framework/inc/classes/menumanager.hxx
+++ b/framework/inc/classes/menumanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menumanager.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: as $ $Date: 2001-06-11 10:13:51 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,9 +144,9 @@ class MenuManager : public XSTATUSLISTENER ,
virtual ~MenuManager();
// XInterface
- virtual void SAL_CALL acquire() throw( RUNTIMEEXCEPTION )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( RUNTIMEEXCEPTION )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( RUNTIMEEXCEPTION );
diff --git a/framework/inc/classes/statusbardocumenthandler.hxx b/framework/inc/classes/statusbardocumenthandler.hxx
index 2961274e8a2a..8b47f08312d4 100644
--- a/framework/inc/classes/statusbardocumenthandler.hxx
+++ b/framework/inc/classes/statusbardocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statusbardocumenthandler.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cd $ $Date: 2001-06-20 09:55:16 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,9 +137,9 @@ class OReadStatusBarDocumentHandler : public ::com::sun::star::xml::sax::XDocu
virtual ~OReadStatusBarDocumentHandler();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
diff --git a/framework/inc/classes/toolboxdocumenthandler.hxx b/framework/inc/classes/toolboxdocumenthandler.hxx
index 34ca06ee8d74..f241b94bffa0 100755
--- a/framework/inc/classes/toolboxdocumenthandler.hxx
+++ b/framework/inc/classes/toolboxdocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxdocumenthandler.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cd $ $Date: 2001-06-18 09:49:48 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,9 +140,9 @@ class OReadToolBoxDocumentHandler : public ::com::sun::star::xml::sax::XDocument
virtual ~OReadToolBoxDocumentHandler();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
diff --git a/framework/inc/classes/toolboxlayoutdocumenthandler.hxx b/framework/inc/classes/toolboxlayoutdocumenthandler.hxx
index b8f68479e69d..cd91d7972411 100644
--- a/framework/inc/classes/toolboxlayoutdocumenthandler.hxx
+++ b/framework/inc/classes/toolboxlayoutdocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxlayoutdocumenthandler.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: cd $ $Date: 2001-09-25 12:22:06 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,9 +142,9 @@ class OReadToolBoxLayoutDocumentHandler : public ::com::sun::star::xml::sax::XDo
virtual ~OReadToolBoxLayoutDocumentHandler();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
diff --git a/framework/inc/macros/xinterface.hxx b/framework/inc/macros/xinterface.hxx
index 8e95fd8e64e6..2f6fc25b0341 100644
--- a/framework/inc/macros/xinterface.hxx
+++ b/framework/inc/macros/xinterface.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xinterface.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2001-08-16 12:15:53 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:33:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,13 +125,13 @@ ________________________________________________________________________________
// XInterface::release()
//*****************************************************************************************************************
#define PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \
- void SAL_CALL CLASS::acquire() throw( ::com::sun::star::uno::RuntimeException ) \
+ void SAL_CALL CLASS::acquire() throw() \
{ \
/* Don't use mutex in methods of XInterface! */ \
BASECLASS::acquire(); \
} \
\
- void SAL_CALL CLASS::release() throw( ::com::sun::star::uno::RuntimeException ) \
+ void SAL_CALL CLASS::release() throw() \
{ \
/* Don't use mutex in methods of XInterface! */ \
BASECLASS::release(); \
@@ -287,8 +287,8 @@ ________________________________________________________________________________
//*****************************************************************************************************************
#define DECLARE_XINTERFACE \
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); \
- virtual void SAL_CALL acquire ( ) throw( ::com::sun::star::uno::RuntimeException ); \
- virtual void SAL_CALL release ( ) throw( ::com::sun::star::uno::RuntimeException );
+ virtual void SAL_CALL acquire ( ) throw(); \
+ virtual void SAL_CALL release ( ) throw();
//*****************************************************************************************************************
// public
diff --git a/framework/inc/services/menudocumenthandler.hxx b/framework/inc/services/menudocumenthandler.hxx
index a43593e06e34..b5c154539c24 100644
--- a/framework/inc/services/menudocumenthandler.hxx
+++ b/framework/inc/services/menudocumenthandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: menudocumenthandler.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2001-06-11 10:21:31 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:30:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,9 +105,9 @@ class ReadMenuDocumentHandlerBase : public ::com::sun::star::xml::sax::XDocument
virtual ~ReadMenuDocumentHandlerBase();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
diff --git a/framework/inc/services/saxnamespacefilter.hxx b/framework/inc/services/saxnamespacefilter.hxx
index ed3dfe0ec4cb..ea674d629d63 100644
--- a/framework/inc/services/saxnamespacefilter.hxx
+++ b/framework/inc/services/saxnamespacefilter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saxnamespacefilter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2001-06-11 10:21:46 $
+ * last change: $Author: hr $ $Date: 2001-10-09 18:30:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,9 +104,9 @@ class SaxNamespaceFilter : public ::com::sun::star::xml::sax::XDocumentHandler,
virtual ~SaxNamespaceFilter();
// XInterface
- virtual void SAL_CALL acquire() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL acquire() throw()
{ OWeakObject::acquire(); }
- virtual void SAL_CALL release() throw( ::com::sun::star::uno::RuntimeException )
+ virtual void SAL_CALL release() throw()
{ OWeakObject::release(); }
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );