summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-27 17:08:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-27 17:08:09 +0200
commitd4398c776706fd3a5bc3b3fa9f8a3e965a7a6306 (patch)
tree067a830ae56a2379bdc1960e918732df1a2cdad6 /include/comphelper
parentxmlsecurity PDF verify: import out-of-signature date (diff)
downloadcore-d4398c776706fd3a5bc3b3fa9f8a3e965a7a6306.tar.gz
core-d4398c776706fd3a5bc3b3fa9f8a3e965a7a6306.zip
Remove bogus comments about ~IPropertyArrayHelper not being virtual
...which isn't true at least ever since b525a3115f54576017a576ff842dede5e2e3545d "initial import", but got copy/pasted all over the place Change-Id: I47d3d8a594aef3ac3736d7176ae964a118821014
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/IdPropArrayHelper.hxx3
-rw-r--r--include/comphelper/proparrhlp.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/IdPropArrayHelper.hxx b/include/comphelper/IdPropArrayHelper.hxx
index 18367b09f103..a8b2f4e93f5d 100644
--- a/include/comphelper/IdPropArrayHelper.hxx
+++ b/include/comphelper/IdPropArrayHelper.hxx
@@ -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;
diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index 507c51b6618d..3584553f3996 100644
--- a/include/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
@@ -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;