From 376ee49f68384cf16aec57d54506378b67ccd402 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Feb 2019 09:15:10 +0200 Subject: remove some unused typedefs Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120 Reviewed-on: https://gerrit.libreoffice.org/68485 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/comphelper/propagg.hxx | 1 - include/comphelper/propertycontainerhelper.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'include/comphelper') diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx index cb0b1749b36e..3e153a64a39b 100644 --- a/include/comphelper/propagg.hxx +++ b/include/comphelper/propagg.hxx @@ -61,7 +61,6 @@ namespace internal }; typedef std::map< sal_Int32, OPropertyAccessor > PropertyAccessorMap; - typedef PropertyAccessorMap::iterator PropertyAccessorMapIterator; typedef PropertyAccessorMap::const_iterator ConstPropertyAccessorMapIterator; } diff --git a/include/comphelper/propertycontainerhelper.hxx b/include/comphelper/propertycontainerhelper.hxx index 0b5a178f6e4a..6564cc0f85b3 100644 --- a/include/comphelper/propertycontainerhelper.hxx +++ b/include/comphelper/propertycontainerhelper.hxx @@ -72,7 +72,6 @@ struct COMPHELPER_DLLPUBLIC PropertyDescription class COMPHELPER_DLLPUBLIC OPropertyContainerHelper { typedef ::std::vector< css::uno::Any > PropertyContainer; - typedef PropertyContainer::const_iterator ConstPropertyContainerIterator; PropertyContainer m_aHoldProperties; // the properties which are hold by this class' instance, not the derived one's -- cgit