summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-07-16 09:42:04 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-07-16 09:42:04 +0000
commit6e3022a84440fcaecda36281d9e5799939cae3c5 (patch)
tree2a6cc4476def283e18db55b9ab9b9ba97c55abb5 /cli_ure
parentd1855243561bfe60074368b2d60ee122af1247eb (diff)
#107130# init
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/ure/uno/util/WeakBase.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/ure/uno/util/WeakBase.cs b/cli_ure/source/ure/uno/util/WeakBase.cs
index 5a8a2ebfe3c4..c3a13bffab22 100644
--- a/cli_ure/source/ure/uno/util/WeakBase.cs
+++ b/cli_ure/source/ure/uno/util/WeakBase.cs
@@ -2,9 +2,9 @@
*
* $RCSfile: WeakBase.cs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $ $Date: 2003-04-07 09:40:46 $
+ * last change: $ $Date: 2003-07-16 10:42:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ public class WeakBase : XWeak, XTypeProvider
{
// Contains all WeakAdapter which have been created in this class
// They have to be notified when this object dies
- private WeakAdapter m_adapter;
+ private WeakAdapter m_adapter = null;
protected static Hashtable s_types = new Hashtable();
protected static Hashtable s_impl_ids = new Hashtable();