summaryrefslogtreecommitdiff
path: root/scripting/source/stringresource/stringresource.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 /scripting/source/stringresource/stringresource.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 'scripting/source/stringresource/stringresource.hxx')
-rw-r--r--scripting/source/stringresource/stringresource.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripting/source/stringresource/stringresource.hxx b/scripting/source/stringresource/stringresource.hxx
index 3ecfa641358f..b871e8677576 100644
--- a/scripting/source/stringresource/stringresource.hxx
+++ b/scripting/source/stringresource/stringresource.hxx
@@ -83,8 +83,6 @@ struct LocaleItem
};
typedef std::vector< LocaleItem* > LocaleItemVector;
-typedef std::vector< LocaleItem* >::iterator LocaleItemVectorIt;
-typedef std::vector< LocaleItem* >::const_iterator LocaleItemVectorConstIt;
typedef ::cppu::WeakImplHelper<
css::lang::XServiceInfo,