summaryrefslogtreecommitdiff
path: root/forms/source/xforms/NameContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/NameContainer.hxx')
-rw-r--r--forms/source/xforms/NameContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/NameContainer.hxx b/forms/source/xforms/NameContainer.hxx
index 07656745f006..8a7a89e445c1 100644
--- a/forms/source/xforms/NameContainer.hxx
+++ b/forms/source/xforms/NameContainer.hxx
@@ -40,10 +40,10 @@ typedef cppu::WeakImplHelper<
template<class T>
class NameContainer : public NameContainer_t
{
-protected:
typedef std::map<OUString,T> map_t;
map_t maItems;
+protected:
typename map_t::const_iterator findItem( const OUString& rName )
{
return maItems.find( rName );