diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 10:29:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 10:37:50 +0100 |
commit | e35b4eab8246eec4acc266b99a5e623bb9a79968 (patch) | |
tree | 7b216a9618ac989025b47347925dbece86225a3c /include/comphelper | |
parent | c78f7d85ab72a447cabbeebcc76706b796c7308a (diff) |
Get rid of DECLARE_STL_ITERATORS
Change-Id: I22148aa5336907939b37945e513c25a05b2b3776
Diffstat (limited to 'include/comphelper')
-rw-r--r-- | include/comphelper/stl_types.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/comphelper/stl_types.hxx b/include/comphelper/stl_types.hxx index 08d42429d34a..5ab72307dbf5 100644 --- a/include/comphelper/stl_types.hxx +++ b/include/comphelper/stl_types.hxx @@ -228,14 +228,6 @@ OutputIter intersperse( } //... namespace comphelper ................................................ -//================================================================== -// consistently defining stl-types -//================================================================== - -#define DECLARE_STL_ITERATORS(classname) \ - typedef classname::iterator classname##Iterator; \ - typedef classname::const_iterator Const##classname##Iterator \ - #endif // INCLUDED_COMPHELPER_STL_TYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |