summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configmgr/source/backend/emptylayer.cxx6
-rw-r--r--configmgr/source/backend/emptylayerimpl.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/backend/emptylayer.cxx b/configmgr/source/backend/emptylayer.cxx
index 64c0fbcb044b..f525036cd3dd 100644
--- a/configmgr/source/backend/emptylayer.cxx
+++ b/configmgr/source/backend/emptylayer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: emptylayer.cxx,v $
*
-* $Revision: 1.1 $
+* $Revision: 1.2 $
*
-* last change: $Author: jb $ $Date: 2002-11-28 09:05:11 $
+* last change: $Author: jb $ $Date: 2002-11-28 12:58:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -198,7 +198,7 @@ namespace configmgr
// -----------------------------------------------------------------------------
void SAL_CALL RequireEmptyLayer::addPropertyWithValue( const OUString& aName, sal_Int16 aAttributes, const uno::Any& aValue )
- throw (backenduno::MalformedDataException, beans::PropertyExistException, beans::IllegalTypeException, lang::IllegalArgumentException, uno::RuntimeException)
+ throw (backenduno::MalformedDataException, uno::RuntimeException)
{
failNotEmpty();
}
diff --git a/configmgr/source/backend/emptylayerimpl.hxx b/configmgr/source/backend/emptylayerimpl.hxx
index 756062cee5f6..0d2906bc22c1 100644
--- a/configmgr/source/backend/emptylayerimpl.hxx
+++ b/configmgr/source/backend/emptylayerimpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: emptylayerimpl.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jb $ $Date: 2002-11-28 09:05:11 $
+ * last change: $Author: jb $ $Date: 2002-11-28 12:58:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ namespace configmgr
virtual void SAL_CALL
overrideNode( const OUString& aName, sal_Int16 aAttributes )
- throw (backenduno::MalformedDataException, container::NoSuchElementException, lang::IllegalAccessException, lang::IllegalArgumentException, uno::RuntimeException);
+ throw (backenduno::MalformedDataException, uno::RuntimeException);
virtual void SAL_CALL
addOrReplaceNode( const OUString& aName, sal_Int16 aAttributes )