diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-01-25 11:28:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-01-25 11:28:37 +0000 |
commit | e0d4709abdd1394574bcaf038df7c803f67eb803 (patch) | |
tree | a93f188b5fc56a889ec16e1574a90d7ae9b4fe8e /comphelper | |
parent | 7d54f9f970ee21ec8771f672cfdde926f9c64eb8 (diff) |
#65293# exception specification added for getProperties()
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/composedprops.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/comphelper/source/property/composedprops.cxx b/comphelper/source/property/composedprops.cxx index afde43113a36..868fbaf657ab 100644 --- a/comphelper/source/property/composedprops.cxx +++ b/comphelper/source/property/composedprops.cxx @@ -2,9 +2,9 @@ * * $RCSfile: composedprops.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: fs $ $Date: 2001-01-23 16:08:37 $ + * last change: $Author: rt $ $Date: 2001-01-25 12:28:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -355,7 +355,7 @@ namespace comphelper } //------------------------------------------------------------------------------ - Sequence< Property> SAL_CALL OComposedPropertySetInfo::getProperties() + Sequence< Property> SAL_CALL OComposedPropertySetInfo::getProperties() throw(RuntimeException) { return m_aProperties; } @@ -397,6 +397,9 @@ namespace comphelper /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.1 2001/01/23 16:08:37 fs + * initial checkin - migrated svx/source/inc/multipro.cxx + * * * Revision 1.0 23.01.01 14:35:37 fs ************************************************************************/ |