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
commit7500ef6e85fce8266f9256dde2eb33bfe7d0eb2b (patch)
treee800913a05039ec9c69a608842d009e7d347d77d /cli_ure
parent0c049a5e3dc269f3fc7f4fd7e1e28be56d11fbd8 (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 5a8a2ebfe..c3a13bffa 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();