diff options
author | Arkadiy Illarionov <qarkai@gmail.com> | 2018-06-26 00:37:36 +0300 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-26 09:29:25 +0200 |
commit | 20c4a9ce69e73a182d60718e9b52510d66c8f20e (patch) | |
tree | dde947221cfa9d662156416f01c0e4cbf4614c04 /basctl/source/inc | |
parent | aecd51754ec00faef7ad8f742d5e3cdbab470436 (diff) |
tdf#96099 Remove some trivial container iterator typedefs
Change-Id: Ifec98748d55ff6aca64c425c50c2cf2650f61591
Reviewed-on: https://gerrit.libreoffice.org/56422
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index b6e8909efa65..5bf56c915afb 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -55,7 +55,6 @@ class Shell : { public: typedef std::map<sal_uInt16, VclPtr<BaseWindow> > WindowTable; - typedef WindowTable::const_iterator WindowTableIt; private: friend class JavaDebuggingListenerImpl; |