diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-05-31 09:17:58 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-05-31 09:17:58 +0000 |
commit | a7f6a59850f37ab5bafde68adb9f2666710150f0 (patch) | |
tree | 2130f2eb1eec09aa9c543afc3ea4895a08cf5be8 /framework | |
parent | f420e7450d9ad29d37352455ddc66ceca085f6bf (diff) |
#65293# don't use NULL here
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index ca3dab0be62c..87660d344d8c 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dispatchprovider.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: as $ $Date: 2002-05-30 12:51:28 $ + * last change: $Author: as $ $Date: 2002-05-31 10:17:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -215,7 +215,7 @@ DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMulti { } -css::uno::WeakReference< css::mozilla::XPluginInstance > DispatchProvider::m_xPluginInterceptor=NULL; +css::uno::WeakReference< css::mozilla::XPluginInstance > DispatchProvider::m_xPluginInterceptor=css::uno::WeakReference< css::mozilla::XPluginInstance >(); //_________________________________________________________________________________________________________________ |