Skip to content

Commit

Permalink
Remove bogus comments about ~IPropertyArrayHelper not being virtual
Browse files Browse the repository at this point in the history
...which isn't true at least ever since b525a31
"initial import", but got copy/pasted all over the place

Change-Id: I47d3d8a594aef3ac3736d7176ae964a118821014
  • Loading branch information
stbergmann committed Oct 27, 2016
1 parent 9df81ea commit d4398c7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions connectivity/source/drivers/firebird/SubComponent.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ namespace connectivity
This method needs to be implemented in derived classes.
<BR>
The method gets called with s_aMutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
Expand Down
3 changes: 0 additions & 3 deletions connectivity/source/inc/hsqldb/HTable.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ namespace connectivity
This method needs to be implemented in derived classes.
<BR>
The method gets called with s_aMutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override;
Expand Down
3 changes: 0 additions & 3 deletions connectivity/source/inc/mysql/YTable.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ namespace connectivity
This method needs to be implemented in derived classes.
<BR>
The method gets called with s_aMutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override;
Expand Down
3 changes: 0 additions & 3 deletions include/comphelper/IdPropArrayHelper.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ namespace comphelper
This method needs to be implemented in derived classes.
<BR>
The method gets called with Mutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const = 0;
Expand Down
3 changes: 0 additions & 3 deletions include/comphelper/proparrhlp.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ protected:
This method needs to be implemented in derived classes.
<BR>
The method gets called with Mutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
Expand Down
3 changes: 0 additions & 3 deletions mysqlc/source/mysqlc_subcomponent.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ namespace connectivity
This method needs to be implemented in derived classes.
<BR>
The method gets called with s_aMutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ namespace connectivity
This method needs to be implemented in derived classes.
<BR>
The method gets called with s_aMutex acquired.
<BR>
as long as IPropertyArrayHelper has no virtual destructor, the implementation of ~OPropertyArrayUsageHelper
assumes that you created an ::cppu::OPropertyArrayHelper when deleting s_pProps.
@return an pointer to the newly created array helper. Must not be NULL.
*/
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
Expand Down

0 comments on commit d4398c7

Please sign in to comment.