Kaydet (Commit) 0e005d43 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I5f19ba3aa94bbe6b69026273208d6b53dd846211
üst da47c37c
......@@ -126,13 +126,6 @@ namespace
{
}
OLocalResourceAccess(const ResId& _rId, RESOURCE_TYPE _rType)
:Resource(_rId.SetRT(_rType).SetAutoRelease(false))
,m_pManager(_rId.GetResMgr())
{
OSL_ENSURE( m_pManager != nullptr, "OLocalResourceAccess::OLocalResourceAccess: invalid resource manager!" );
}
~OLocalResourceAccess()
{
if ( m_pManager )
......
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