diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-14 00:40:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-14 10:11:33 +0000 |
commit | fb0b27491dbb0186ac20574b47c904b4c44eac83 (patch) | |
tree | 0612778ba668146927f84a97d0a6c9654946a49f /helpcompiler | |
parent | a0b51cd8d415a2eab36671e9dba0f42c4a98d943 (diff) |
loplugin: unused std::strings
Change-Id: I1b1bbed72cf3e54115ce1a10c31f80eb8e3bea28
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/HelpIndexer_main.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helpcompiler/source/HelpIndexer_main.cxx b/helpcompiler/source/HelpIndexer_main.cxx index 3fe04021b8d9..e5ff2aaf9a90 100644 --- a/helpcompiler/source/HelpIndexer_main.cxx +++ b/helpcompiler/source/HelpIndexer_main.cxx @@ -79,10 +79,6 @@ int main(int argc, char **argv) { return 1; } - std::string captionDir(dir + SAL_PATHDELIMITER + "caption"); - std::string contentDir(dir + SAL_PATHDELIMITER + "content"); - std::string indexDir(dir + SAL_PATHDELIMITER + module + ".idxl"); - rtl::OUString sDir; osl::File::getFileURLFromSystemPath( |