diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-15 09:13:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-15 10:06:08 +0300 |
commit | 7172a7e4a64a67d43d16c2fbdbe9015fb5bf5a0c (patch) | |
tree | cdb655f09b6561554ec7c3ce92217622f7d0b97e /sc/inc | |
parent | b051f4baa9f25e5d00fca941162b4515c76331ec (diff) |
tdf#96099: Get rid of one more pointless typedef
Change-Id: If50b022cabb0a94297cdb13c58f80884c33892d3
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/lookupcache.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index ef9d1521fad1..0997f6542811 100644 --- a/sc/inc/lookupcache.hxx +++ b/sc/inc/lookupcache.hxx @@ -191,8 +191,6 @@ private: }; -typedef std::unordered_map< ScRange, ScLookupCache*, ScLookupCache::Hash > ScLookupCacheMap; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |