diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-04 00:11:02 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-04 19:43:52 +0100 |
commit | 2941a0a77488ec2d98fbfc90755e86d7dec70ecd (patch) | |
tree | 6ebdb8dc431d5304003922a0da7cb02349149a8b /comphelper/source/property/propagg.cxx | |
parent | 16c2a2f1dfa993d9d21ad793e3541e22af7f552c (diff) |
Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'comphelper/source/property/propagg.cxx')
-rw-r--r-- | comphelper/source/property/propagg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/source/property/propagg.cxx b/comphelper/source/property/propagg.cxx index ff3dd8ec9976..48270b8e6f94 100644 --- a/comphelper/source/property/propagg.cxx +++ b/comphelper/source/property/propagg.cxx @@ -747,7 +747,6 @@ void SAL_CALL OPropertySetAggregationHelper::setPropertyValues( throw WrappedTargetException( ::rtl::OUString(), static_cast< XMultiPropertySet* >( this ), makeAny( UnknownPropertyException( ) ) ); // due to a flaw in the API design, this method is not allowed to throw an UnknownPropertyException // so we wrap it into a WrappedTargetException - // #107545# - 2002-02-20 - fs@openoffice.org if ( OPropertyArrayAggregationHelper::AGGREGATE_PROPERTY == ePropOrg ) ++nAggCount; |