diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:08:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-16 22:09:38 +0900 |
commit | 462935f367534012817efb2478c4f748f0576d5c (patch) | |
tree | 3dbd9b7167e8a09b2e6252d486892eabef3cc382 /l10ntools | |
parent | 74b5e0d5e5b57755553fde6c77712a87025f1667 (diff) |
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index 6d150a8f1f4f..f61c5cd4dd38 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -46,18 +46,6 @@ #include <expat.h> -namespace lucene -{ -namespace document -{ -class Document; -} -namespace util -{ -class Reader; -} -} - IndexerPreProcessor::IndexerPreProcessor ( const std::string& aModuleName, const fs::path& fsIndexBaseDir, const fs::path& idxCaptionStylesheet, const fs::path& idxContentStylesheet ) |