From 087213c6a27de31d36d9ccb72a514048a0bb7724 Mon Sep 17 00:00:00 2001 From: Arkadiy Illarionov Date: Mon, 25 Jun 2018 00:01:52 +0300 Subject: tdf#96099 Remove trivial container typedefs in stoc, svl, svx, sw Change-Id: I0b4d18d2120ba2ce7d2526332bec199f52393290 Reviewed-on: https://gerrit.libreoffice.org/56363 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/inc/fltshell.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/source/filter/inc') diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx index e1a8503d657d..9a84dccaa3f3 100644 --- a/sw/source/filter/inc/fltshell.hxx +++ b/sw/source/filter/inc/fltshell.hxx @@ -125,7 +125,6 @@ private: SwFltControlStack& operator=(SwFltControlStack const&) = delete; typedef std::deque> Entries; - typedef Entries::iterator myEIter; Entries m_Entries; sal_uLong nFieldFlags; -- cgit