summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertycontainer.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-13 11:10:21 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-13 11:10:21 +0000
commit894f3d3794d5b0b57e67d68bed13176479f5c30c (patch)
tree289f8e3da8d7da2049659f61d9f59a2ea17959f4 /comphelper/source/property/propertycontainer.cxx
parent6df9915af46156cd5c5f3379d8ee39079d82610d (diff)
impl dtor to avoid wrong delete call
Diffstat (limited to 'comphelper/source/property/propertycontainer.cxx')
-rw-r--r--comphelper/source/property/propertycontainer.cxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx
index ef83ac10556c..51b8b37a8326 100644
--- a/comphelper/source/property/propertycontainer.cxx
+++ b/comphelper/source/property/propertycontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertycontainer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-10-06 14:43:54 $
+ * last change: $Author: oj $ $Date: 2000-10-13 12:10:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,10 @@ OPropertyContainer::OPropertyContainer(::cppu::OBroadcastHelper& _rBHelper)
,m_bAlreadyAccessed(sal_False)
{
}
-
+// -------------------------------------------------------------------------
+OPropertyContainer::~OPropertyContainer()
+{
+}
//--------------------------------------------------------------------------
Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException)
{
@@ -445,6 +448,9 @@ void OPropertyContainer::describeProperties(Sequence< Property >& _rProps) const
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2000/10/06 14:43:54 fs
+ * uno_typ_equalData instead of uno_typ_equal
+ *
* Revision 1.1 2000/09/21 08:52:22 fs
* base class for classes which are simple property containers
*