diff options
-rw-r--r-- | framework/source/fwi/classes/protocolhandlercache.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx index 64ecf8bd8490..43b59e7e1f6e 100644 --- a/framework/source/fwi/classes/protocolhandlercache.cxx +++ b/framework/source/fwi/classes/protocolhandlercache.cxx @@ -176,7 +176,8 @@ void HandlerCache::takeOver(HandlerHash* pHandler, PatternHash* pPattern) specifies the package name of the configuration data which should be used */ HandlerCFGAccess::HandlerCFGAccess( const OUString& sPackage ) - : ConfigItem( sPackage ) + : ConfigItem(sPackage) + , m_pCache(0) { css::uno::Sequence< OUString > lListenPaths(1); lListenPaths[0] = SETNAME_HANDLER; |