Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: third_party/hunspell_new/src/parsers/latexparser.hxx

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/hunspell_new/src/parsers/latexparser.hxx
diff --git a/third_party/hunspell_new/src/parsers/latexparser.hxx b/third_party/hunspell_new/src/parsers/latexparser.hxx
deleted file mode 100644
index 851ecb9a451ffb6de9c12cc8caffb41320b8e410..0000000000000000000000000000000000000000
--- a/third_party/hunspell_new/src/parsers/latexparser.hxx
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * parser classes for MySpell
- *
- * implemented: text, HTML, TeX
- *
- * Copyright (C) 2002, Laszlo Nemeth
- *
- */
-
-#ifndef _LATEXPARSER_HXX_
-#define _LATEXPARSER_HXX_
-
-
-#include "textparser.hxx"
-
-/*
- * HTML Parser
- *
- */
-
-class LaTeXParser : public TextParser
-{
- int pattern_num; // number of comment
- int depth; // depth of blocks
- int arg; // arguments's number
- int opt; // optional argument attrib.
-
-public:
-
- LaTeXParser(const char * wc);
- LaTeXParser(unsigned short * wordchars, int len);
- virtual ~LaTeXParser();
-
- virtual char * next_token();
-
-private:
-
- int look_pattern(int col);
-
-};
-
-
-#endif
-
« no previous file with comments | « third_party/hunspell_new/src/parsers/htmlparser.cxx ('k') | third_party/hunspell_new/src/parsers/latexparser.cxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698