summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 09:15:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-28 10:35:22 +0100
commit376ee49f68384cf16aec57d54506378b67ccd402 (patch)
tree9d12d74da1eb92dd882bfb1196c93620939db07c /include
parent93c08ca200c12a505e00a9a5aeeff2c730d23b74 (diff)
remove some unused typedefs
Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120 Reviewed-on: https://gerrit.libreoffice.org/68485 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propagg.hxx1
-rw-r--r--include/comphelper/propertycontainerhelper.hxx1
-rw-r--r--include/cppcanvas/canvasgraphic.hxx2
-rw-r--r--include/cppcanvas/sprite.hxx2
-rw-r--r--include/oox/drawingml/clrscheme.hxx2
5 files changed, 0 insertions, 8 deletions
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
diff --git a/include/cppcanvas/canvasgraphic.hxx b/include/cppcanvas/canvasgraphic.hxx
index 8f1797ab9045..501df5b51749 100644
--- a/include/cppcanvas/canvasgraphic.hxx
+++ b/include/cppcanvas/canvasgraphic.hxx
@@ -75,8 +75,6 @@ namespace cppcanvas
virtual bool draw() const = 0;
};
-
- typedef std::shared_ptr< ::cppcanvas::CanvasGraphic > CanvasGraphicSharedPtr;
}
#endif // INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX
diff --git a/include/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx
index 52b967ee0231..b52bffd90e83 100644
--- a/include/cppcanvas/sprite.hxx
+++ b/include/cppcanvas/sprite.hxx
@@ -97,8 +97,6 @@ namespace cppcanvas
*/
virtual void setPriority( double fPriority ) = 0;
};
-
- typedef std::shared_ptr< ::cppcanvas::Sprite > SpriteSharedPtr;
}
#endif // INCLUDED_CPPCANVAS_SPRITE_HXX
diff --git a/include/oox/drawingml/clrscheme.hxx b/include/oox/drawingml/clrscheme.hxx
index 8b99b8523d77..80c932b44a1e 100644
--- a/include/oox/drawingml/clrscheme.hxx
+++ b/include/oox/drawingml/clrscheme.hxx
@@ -90,8 +90,6 @@ public:
::Color& rColor) const;
};
-typedef std::shared_ptr< ClrScheme > ClrSchemePtr;
-
} }
#endif // INCLUDED_OOX_DRAWINGML_CLRSCHEME_HXX