diff options
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); }; |