diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-02-27 09:43:16 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-02-27 09:43:16 +0000 |
commit | 5ec3f537f225d4ba45b92ff2d1bf5c517ea8ca83 (patch) | |
tree | 7c38dbfcf28b3faf9642cd305067dd5d61dc1c52 /configmgr | |
parent | 5d89889d38c069b08f6f2d9c229b21f7f3501b76 (diff) |
Mismatch in Exception specifications
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/registry/configregistry.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/registry/configregistry.hxx b/configmgr/source/registry/configregistry.hxx index 68bcdcdcfc26..b758d3c432f0 100644 --- a/configmgr/source/registry/configregistry.hxx +++ b/configmgr/source/registry/configregistry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: configregistry.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jb $ $Date: 2001-02-23 10:39:30 $ + * last change: $Author: jb $ $Date: 2001-02-27 10:43:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,7 +159,8 @@ protected: void implCheckOpen() throw(::com::sun::star::registry::InvalidRegistryException, ::com::sun::star::uno::RuntimeException); - sal_Bool implIsOpen(); + sal_Bool implIsOpen() + throw (::com::sun::star::uno::RuntimeException); }; |