diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-31 09:55:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-31 12:06:50 +0200 |
commit | b02998a7cb86bb69c01fd7c2625c801eef835e55 (patch) | |
tree | eaee008356bc6054b43844744e50d24756a53007 /framework | |
parent | c54850b23a8240a41755af171a6d3f990ee69f84 (diff) |
inline some use-once typedefs
and remove some dead ones
Change-Id: I6946d717d3c15dc5207489ed3d56d985dd953d59
Reviewed-on: https://gerrit.libreoffice.org/41746
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/stdtypes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h index 9cc180787462..778e09174166 100644 --- a/framework/inc/stdtypes.h +++ b/framework/inc/stdtypes.h @@ -64,12 +64,6 @@ struct KeyEventEqualsFunc }; /** - Basic OUString hash. - Key and values are OUStrings. -*/ -typedef std::unordered_map<OUString, OUString, OUStringHash> OUStringHashMap; - -/** It can be used to map names (e.g. of properties) to her corresponding handles. Our helper class OPropertySetHelper works optimized with handles but sometimes we have only a property name. Mapping between these two parts of a property should be done in the fastest way :-) |