]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / support / filetools.h
index da7203cb230be9489dd1797b2907c5b6c85907cc..6bec3fb9dbf3417462b9882296a791a690343d29 100644 (file)
@@ -69,9 +69,15 @@ bool isLyXFileName(std::string const & filename);
 ///
 bool isSGMLFileName(std::string const & filename);
 
-///
+/// check for characters in filenames not allowed by LaTeX
 bool isValidLaTeXFileName(std::string const & filename);
 
+/** check for characters in filenames that might lead to
+  problems when manually compiling the LaTeX export of LyX
+  and opening the result with some older DVI-viewers
+*/
+bool isValidDVIFileName(std::string const & filename);
+
 /** Returns the path of a library data file.
     Search the file name.ext in the subdirectory dir of
       -# user_lyxdir