diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-21 11:27:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-24 10:19:26 +0200 |
commit | 9a453051639be4bee9339bface0bb4678eb58bf4 (patch) | |
tree | f92c473f759d1f39da1aefaaf88a0c55bbe45ef2 /sw | |
parent | f7a77ec55a94bcac13cde7c7e7644d70771b6098 (diff) |
remove some unused typedefs
Change-Id: I305086e26538110481918f8250a482e4738ac41f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94729
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/acctable.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/inc/movedfwdfrmsbyobjpos.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
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 { |