#105114# Fix exception specifications

This commit is contained in:
Jörg Barfurth 2002-11-28 11:58:17 +00:00
parent c835c93319
commit edcb8857c8
2 changed files with 6 additions and 6 deletions

View file

@ -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();
}

View file

@ -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 )