summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 11:10:59 +0530
committerTor Lillqvist <tml@collabora.com>2018-06-07 07:28:54 +0200
commit251cb2a7b8b6c1f3fa6335911f0df38b23765da2 (patch)
tree6e060d9231b91c7cd37ec4d4b779adf88295a634 /helpcompiler
parentb292a27698e85fd9d60c03613c3b0c67835c4dc1 (diff)
tdf#96099 Remove std::vector typedefs
Change-Id: Ic7e1cecaecadf3f9ebfa183727d61046dd87e473 Reviewed-on: https://gerrit.libreoffice.org/55260 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/source/HelpLinker.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index b146349200b7..6cce931643d3 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -130,7 +130,6 @@ void IndexerPreProcessor::processDocument
struct Data
{
std::vector<std::string> _idList;
- typedef std::vector<std::string>::const_iterator cIter;
void append(const std::string &id)
{