Kaydet (Commit) d4398c77 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove bogus comments about ~IPropertyArrayHelper not being virtual

...which isn't true at least ever since b525a311
"initial import", but got copy/pasted all over the place

Change-Id: I47d3d8a594aef3ac3736d7176ae964a118821014
üst 9df81ea7
...@@ -80,9 +80,6 @@ namespace connectivity ...@@ -80,9 +80,6 @@ namespace connectivity
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with s_aMutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0; virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
......
...@@ -65,9 +65,6 @@ namespace connectivity ...@@ -65,9 +65,6 @@ namespace connectivity
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with s_aMutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override; virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override;
......
...@@ -72,9 +72,6 @@ namespace connectivity ...@@ -72,9 +72,6 @@ namespace connectivity
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with s_aMutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override; virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override;
......
...@@ -74,9 +74,6 @@ namespace comphelper ...@@ -74,9 +74,6 @@ namespace comphelper
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with Mutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const = 0; virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const = 0;
......
...@@ -57,9 +57,6 @@ protected: ...@@ -57,9 +57,6 @@ protected:
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with Mutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0; virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
......
...@@ -112,9 +112,6 @@ namespace connectivity ...@@ -112,9 +112,6 @@ namespace connectivity
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with s_aMutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const = 0; virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const = 0;
......
...@@ -129,9 +129,6 @@ namespace connectivity ...@@ -129,9 +129,6 @@ namespace connectivity
This method needs to be implemented in derived classes. This method needs to be implemented in derived classes.
<BR> <BR>
The method gets called with s_aMutex acquired. 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. @return an pointer to the newly created array helper. Must not be NULL.
*/ */
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0; virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment