diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-09 11:21:00 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-09 11:21:00 +0000 |
commit | 270ffc703a589e72a7fe3e9af175d7bded3d4c35 (patch) | |
tree | cb9af5e607f2606e75d8e196a197459021383955 /cppuhelper/source/propshlp.cxx | |
parent | 414591811ccbd8120f697bfc8bfd44c3bb1f28ac (diff) |
exc decl
Diffstat (limited to 'cppuhelper/source/propshlp.cxx')
-rw-r--r-- | cppuhelper/source/propshlp.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx index ddc8b588dc54..b3e66ded955e 100644 --- a/cppuhelper/source/propshlp.cxx +++ b/cppuhelper/source/propshlp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propshlp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-03-09 12:15:28 $ + * last change: $Author: dbo $ $Date: 2001-03-09 12:21:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -192,6 +192,7 @@ OPropertySetHelper::~OPropertySetHelper() SAL_THROW( () ) */ // XAggregation Any OPropertySetHelper::queryInterface( const ::com::sun::star::uno::Type & rType ) + throw (RuntimeException) { return ::cppu::queryInterface( rType, |