summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 11:11:42 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 11:11:42 +0000
commit898b5056a1f5836ea88f61beb827510420d7e419 (patch)
treecf94deb913fe4a3819f425925373f3e9441bef80 /comphelper/source
parent79e84bff6ba66201d0aa6303d2fffbf7185d49b3 (diff)
INTEGRATION: CWS dba23b (1.2.30); FILE MERGED
2007/07/07 19:15:05 fs 1.2.30.1: in preparation of #i78593#: removeProperty: also forget the default value
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/property/propertybag.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx
index 1b5d8921f4cd..fd638b33f292 100644
--- a/comphelper/source/property/propertybag.cxx
+++ b/comphelper/source/property/propertybag.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propertybag.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2007-03-09 13:45:31 $
+ * last change: $Author: rt $ $Date: 2007-07-24 12:11:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -141,6 +141,8 @@ namespace comphelper
throw NotRemoveableException( ::rtl::OUString(), NULL );
revokeProperty( rProp.Handle );
+
+ m_pImpl->aDefaults.erase( rProp.Handle );
}
//--------------------------------------------------------------------