From 3bd8759f5ed0393b2cc5560cab1b5d4052bd9728 Mon Sep 17 00:00:00 2001 From: Arkadiy Illarionov Date: Sun, 3 Jun 2018 16:00:14 +0300 Subject: tdf#96099 Remove some trivial std::vector typedefs Change-Id: I0e60ec7a3edae42b25ff0917828d0a893ed39a38 Reviewed-on: https://gerrit.libreoffice.org/55245 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/inc/HelpLinker.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/inc/HelpLinker.hxx') diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 9002445e3784..366c0a2bf29d 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -63,7 +63,7 @@ public: private: Stringtable additionalFiles; - HashSet helpFiles; + std::vector helpFiles; fs::path sourceRoot; fs::path compactStylesheet; fs::path embeddStylesheet; -- cgit