]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
Some new quote styles
[lyx.git] / src / tex2lyx / tex2lyx.h
index 4fc7ebc6f4633b4f02f1c17171498ad28eeb7657..5c3595f44717af4872798c6deeccb4a2feac285f 100644 (file)
@@ -26,14 +26,6 @@ namespace lyx {
 
 namespace support { class FileName; }
 
-/// Simple support for frontend::Alert::warning().
-namespace frontend { 
-namespace Alert {
-       void warning(docstring const & title, docstring const & message,
-                                bool const &);
-}
-}
-
 class Context;
 
 /// A trivial subclass, just to give us a public default constructor
@@ -93,6 +85,7 @@ std::string join(std::vector<std::string> const & input,
 
 bool is_math_env(std::string const & name);
 bool is_display_math_env(std::string const & name);
+/// Is first string in the array of strings (second parameter)
 char const * const * is_known(std::string const &, char const * const *);
 
 /*!
@@ -206,8 +199,8 @@ extern bool roundtripMode();
  *  contains a preamble.
  *  \return true if the conversion was successful, else false.
  */
-bool tex2lyx(std::string const & infilename, 
-            support::FileName const & outfilename, 
+bool tex2lyx(std::string const & infilename,
+            support::FileName const & outfilename,
             std::string const & encoding);