Kaydet (Commit) 25418b6e authored tarafından Michael Stahl's avatar Michael Stahl

extensions: m_nApplRegHandle unused now

Change-Id: I93c6d0e37306a9c8ac708124a6d21a7ce11810b8
üst ffa37355
...@@ -203,7 +203,6 @@ OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiS ...@@ -203,7 +203,6 @@ OneInstanceOleWrapper_Impl::OneInstanceOleWrapper_Impl( const Reference<XMultiS
: m_xInst(xInst), m_refCount(0), : m_xInst(xInst), m_refCount(0),
m_smgr( smgr), m_smgr( smgr),
m_factoryHandle( 0 ), m_factoryHandle( 0 ),
m_nApplRegHandle( 0 )
{ {
m_guid = *pGuid; m_guid = *pGuid;
......
...@@ -144,7 +144,6 @@ protected: ...@@ -144,7 +144,6 @@ protected:
DWORD m_factoryHandle; DWORD m_factoryHandle;
Reference<XBridgeSupplier2> m_bridgeSupplier; Reference<XBridgeSupplier2> m_bridgeSupplier;
Reference<XMultiServiceFactory> m_smgr; Reference<XMultiServiceFactory> m_smgr;
unsigned long m_nApplRegHandle;
}; };
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment