From fe480d8136b204c8dc6c68916cce7e816f8b9c48 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 27 Jan 2015 07:32:01 +0200 Subject: remove unused typedefs found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins Reviewed-by: Noel Grandin --- writerfilter/source/dmapper/PropertyMap.hxx | 1 - writerfilter/source/ooxml/OOXMLFastContextHandler.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'writerfilter') diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx index 2aefbeed6aa1..58908334bbd5 100644 --- a/writerfilter/source/dmapper/PropertyMap.hxx +++ b/writerfilter/source/dmapper/PropertyMap.hxx @@ -326,7 +326,6 @@ public: /// Handling of margins, header and footer for any kind of sections breaks. void HandleMarginsHeaderFooter(DomainMapper_Impl& rDM_Impl); }; -typedef std::shared_ptr SectionPropertyMapPtr; diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx index a21221af2f23..ae1b6258274e 100644 --- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx +++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx @@ -41,7 +41,6 @@ namespace writerfilter { namespace ooxml { -typedef std::shared_ptr StreamPointer_t; class OOXMLFastContextHandler: public ::cppu::WeakImplHelper1 { -- cgit