Kaydet (Commit) 997ec3f4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-local-typedef

Change-Id: I72b1fe3d183e0d2af40c3af2f2a65fdc0c251624
üst 7d41b30e
...@@ -2204,7 +2204,6 @@ void IUnknownWrapper_Impl::getFuncDesc(const OUString & sFuncName, FUNCDESC ** p ...@@ -2204,7 +2204,6 @@ void IUnknownWrapper_Impl::getFuncDesc(const OUString & sFuncName, FUNCDESC ** p
OSL_ASSERT( * pFuncDesc == 0); OSL_ASSERT( * pFuncDesc == 0);
buildComTlbIndex(); buildComTlbIndex();
typedef TLBFuncIndexMap::const_iterator cit; typedef TLBFuncIndexMap::const_iterator cit;
typedef TLBFuncIndexMap::iterator it;
//We assume there is only one entry with the function name. A property //We assume there is only one entry with the function name. A property
//would have two entries. //would have two entries.
cit itIndex= m_mapComFunc.find(sFuncName); cit itIndex= m_mapComFunc.find(sFuncName);
......
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