summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2018-06-12 20:34:41 +0300
committerTor Lillqvist <tml@collabora.com>2018-06-15 16:24:54 +0200
commit1774599479c1b89ac048183c95e1ba9076dfe609 (patch)
tree3a5ae0d89258d19fba96e420cf6d561cb1755522 /sc/inc/rangelst.hxx
parent434c730a889685ecf2df068dcf2db65124f9b8d6 (diff)
tdf#96099 Remove some trivial std::vector iterator typedefs
Change-Id: Iced10ed59c475dff4d33ff06151b2015a27a860b Reviewed-on: https://gerrit.libreoffice.org/55715 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r--sc/inc/rangelst.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 6a1afadad037..50fb4645d0c7 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -98,8 +98,6 @@ public:
private:
::std::vector<ScRange> maRanges;
SCROW mnMaxRowUsed;
- typedef std::vector<ScRange>::iterator iterator;
- typedef std::vector<ScRange>::const_iterator const_iterator;
};
typedef tools::SvRef<ScRangeList> ScRangeListRef;