]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Run codespell on src/frontends
[lyx.git] / src / Converter.h
index 0031d023f77b39e6f8b816e4eced9f607fccba7b..684895e984b8e57de914823b09b1a4615b6589db 100644 (file)
@@ -176,7 +176,7 @@ public:
        Graph::EdgePath getPath(std::string const & from, std::string const & to);
        ///
        OutputParams::FLAVOR getFlavor(Graph::EdgePath const & path,
-                                      Buffer const * buffer = 0);
+                                          Buffer const * buffer = nullptr);
        ///
        std::string getHyperrefDriver(Graph::EdgePath const & path);
        /// Flags for converting files
@@ -193,7 +193,7 @@ public:
                     support::FileName const & from_file, support::FileName const & to_file,
                     support::FileName const & orig_from,
                     std::string const & from_format, std::string const & to_format,
-                    ErrorList & errorList, int conversionflags = none);
+                    ErrorList & errorList, int conversionflags = none, bool includeall = false);
        ///
        void update(Formats const & formats);
        ///