]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / Exporter.h
index e4c5bcbc8248b5dda7388e3abc322017e978fed8..4d08de95d9e310eaf70d0b4721fa8bee9638fd7c 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
  * Full author contact details are available in file CREDITS.
@@ -81,13 +81,13 @@ public:
                             support::FileName const & sourceName);
        /// get referenced files for \p format
        std::vector<ExportedFile> const
-       externalFiles(std::string const & format) const;
+               externalFiles(std::string const & format) const;
 private:
        typedef std::map<std::string, std::vector<ExportedFile> > FileMap;
        /** Files that are referenced by the export result in the
         *  different formats.
         */
-       FileMap externalfiles;
+       FileMap externalfiles_;
 };