From 5256953397b495e9271cec92cc78514d772acaf5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 11:35:58 +0200 Subject: inline some use-once typedefs Change-Id: I55cc82c8e180cce371c996690608090b1bfdfda4 Reviewed-on: https://gerrit.libreoffice.org/17494 Tested-by: Jenkins Reviewed-by: Noel Grandin --- oox/inc/drawingml/textparagraph.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'oox/inc') diff --git a/oox/inc/drawingml/textparagraph.hxx b/oox/inc/drawingml/textparagraph.hxx index d3e93d431023..6a0643f47c12 100644 --- a/oox/inc/drawingml/textparagraph.hxx +++ b/oox/inc/drawingml/textparagraph.hxx @@ -63,8 +63,6 @@ private: TextRunVector maRuns; }; -typedef std::shared_ptr< TextParagraph > TextParagraphPtr; - } } #endif // INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPH_HXX -- cgit