From 9a453051639be4bee9339bface0bb4678eb58bf4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 May 2020 11:27:29 +0200 Subject: remove some unused typedefs Change-Id: I305086e26538110481918f8250a482e4738ac41f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94729 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/core/access/acctable.cxx | 1 - sw/source/core/inc/movedfwdfrmsbyobjpos.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sw/source') diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx index 14cd019bc2a4..ccdf75eb8989 100644 --- a/sw/source/core/access/acctable.cxx +++ b/sw/source/core/access/acctable.cxx @@ -56,7 +56,6 @@ using namespace ::com::sun::star::accessibility; using namespace ::sw::access; typedef o3tl::sorted_vector< sal_Int32 > Int32Set_Impl; -typedef std::pair < sal_Int32, sal_Int32 > Int32Pair_Impl; const unsigned int SELECTION_WITH_NUM = 10; diff --git a/sw/source/core/inc/movedfwdfrmsbyobjpos.hxx b/sw/source/core/inc/movedfwdfrmsbyobjpos.hxx index 98b3f3f288a9..c42944060ced 100644 --- a/sw/source/core/inc/movedfwdfrmsbyobjpos.hxx +++ b/sw/source/core/inc/movedfwdfrmsbyobjpos.hxx @@ -28,7 +28,6 @@ class SwTextFrame; class SwRowFrame; typedef std::map< const SwTextNode*, const sal_uInt32 > NodeMap; -typedef NodeMap::value_type NodeMapEntry; class SwMovedFwdFramesByObjPos { -- cgit v1.2.3