summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/lngconvex.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-03 14:17:20 +0200
committerNoel Grandin <noel@peralex.com>2015-08-04 08:55:56 +0200
commit0fd9b79687a9f58a407da8e46e54637f353e122b (patch)
tree8a053b46cd8f29e90756edd9ea2bc1a84666ed8d /shell/source/tools/lngconvex/lngconvex.cxx
parent3fc7f4c582c04a11bbd6ebede8e8bdc99f3b2034 (diff)
shell,sfx2,sd: inline some use-once typedefs
Change-Id: Ifde52b0d92163f99d399b4a9544a196defad1ba4
Diffstat (limited to 'shell/source/tools/lngconvex/lngconvex.cxx')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 2a9da14fe9cc..633baf182c0c 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -281,8 +281,6 @@ private:
iso_lang_identifier active_iso_lang_;
};
-typedef std::map< unsigned short , std::string , std::less< unsigned short > > shortmap;
-
void add_group_entries(
Config& aConfig,
const OString& GroupName,
@@ -292,7 +290,7 @@ void add_group_entries(
aConfig.SetGroup(GroupName);
size_t key_count = aConfig.GetKeyCount();
- shortmap map;
+ std::map< unsigned short , std::string > map;
for (size_t i = 0; i < key_count; i++)
{