]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.h
Fix bug #12772
[lyx.git] / src / Converter.h
index 9e8249d72db125cc6b99950f6a56b94d0925e546..091dbcd394e4b8075f3d4d04af6ad279c96a3d7d 100644 (file)
@@ -52,15 +52,15 @@ public:
        ///
        void readFlags();
        ///
-       std::string const from() const { return from_; }
+       std::string const from() const { return from_; }
        ///
-       std::string const to() const { return to_; }
+       std::string const to() const { return to_; }
        ///
-       std::string const command() const { return command_; }
+       std::string const command() const { return command_; }
        ///
        void setCommand(std::string const & command);
        ///
-       std::string const flags() const { return flags_; }
+       std::string const flags() const { return flags_; }
        ///
        void setFlags(std::string const & flags) { flags_ = flags; }
        ///
@@ -74,7 +74,7 @@ public:
        ///
        bool latex() const { return latex_; }
        ///
-       std::string const latex_flavor() const { return latex_flavor_; }
+       std::string const latex_flavor() const { return latex_flavor_; }
        ///
        bool docbook() const { return docbook_; }
        ///
@@ -84,13 +84,13 @@ public:
        ///
        bool nice() const { return nice_; }
        ///
-       std::string const result_dir() const { return result_dir_; }
+       std::string const result_dir() const { return result_dir_; }
        ///
-       std::string const result_file() const { return result_file_; }
+       std::string const result_file() const { return result_file_; }
        ///
-       std::string const parselog() const { return parselog_; }
+       std::string const parselog() const { return parselog_; }
        ///
-       std::string const hyperref_driver() const { return href_driver_; }
+       std::string const hyperref_driver() const { return href_driver_; }
 
 private:
        ///