diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-20 22:58:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-24 08:47:01 +0100 |
commit | 997ec3f4864bf48746e0b839cc98f6e4a8ac1e95 (patch) | |
tree | 9c4bfa0e3681ef8f5cf92f8ec5ca070295d7c4ad /extensions | |
parent | 7d41b30eb43a02da5e1c2b0262e73b5b32c31462 (diff) |
-Werror,-Wunused-local-typedef
Change-Id: I72b1fe3d183e0d2af40c3af2f2a65fdc0c251624
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 66742712b24d..ee81b48c8a1a 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -2204,7 +2204,6 @@ void IUnknownWrapper_Impl::getFuncDesc(const OUString & sFuncName, FUNCDESC ** p OSL_ASSERT( * pFuncDesc == 0); buildComTlbIndex(); typedef TLBFuncIndexMap::const_iterator cit; - typedef TLBFuncIndexMap::iterator it; //We assume there is only one entry with the function name. A property //would have two entries. cit itIndex= m_mapComFunc.find(sFuncName); |