From b02998a7cb86bb69c01fd7c2625c801eef835e55 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 31 Aug 2017 09:55:52 +0200 Subject: inline some use-once typedefs and remove some dead ones Change-Id: I6946d717d3c15dc5207489ed3d56d985dd953d59 Reviewed-on: https://gerrit.libreoffice.org/41746 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- l10ntools/inc/export.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index 40f8c27ff6df..f1930b792c76 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -62,9 +62,7 @@ typedef std::unordered_map enum class IdLevel { Null=0, Text=2, Identifier=5 }; -typedef std::vector< OString > ExportList; - -/// Purpose: holds mandatory data to export a single res (used with ResStack) +/// Purpose: holds mandatory data to export a single res class ResData { public: @@ -92,7 +90,6 @@ enum class StringType { }; -typedef ::std::vector< ResData* > ResStack; class ParserQueue; // class MergeEntrys -- cgit