]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
tex2lyx/TODO.txt: add a feature that is not yet supported
[lyx.git] / src / LyX.cpp
index 0cd6e9748733b4ad5b945d138e7dd85737745a98..b57245bb1e1fc2226964082db05838a89fa630fe 100644 (file)
@@ -470,9 +470,9 @@ int LyX::execWithoutGui(int & argc, char * argv[])
 {
        int exit_status = init(argc, argv);
        if (exit_status) {
-               prepareExit(); 
-               return exit_status;   
-       }                      
+               prepareExit();
+               return exit_status;
+       }
 
        // this is correct, since return values are inverted.
        exit_status = !loadFiles();
@@ -762,7 +762,7 @@ void cleanDuplicateEnvVars()
 
        // Loop over the list of duplicated variables
        std::set<std::string>::iterator dupe = dupes.begin();
-       std::set<std::string>::iterator const dend = dupes.end();       
+       std::set<std::string>::iterator const dend = dupes.end();
        for (; dupe != dend; ++dupe) {
                const char *name = (*dupe).c_str();
                char *val = getenv(name);
@@ -1147,8 +1147,6 @@ int parse_version(string const &, string const &, string &)
        if (string(lyx_git_commit_hash) != "none")
                cout << to_utf8(_("  Git commit hash "))
                     << string(lyx_git_commit_hash).substr(0,8) << endl;
-       cout << to_utf8(bformat(_("Built on %1$s[[date]], %2$s[[time]]"),
-               from_ascii(lyx_build_date), from_ascii(lyx_build_time))) << endl;
        cout << lyx_version_info << endl;
        exit(0);
        return 0;
@@ -1301,7 +1299,7 @@ void LyX::easyParse(int & argc, char * argv[])
        cmdmap["-userdir"] = parse_userdir;
        cmdmap["-x"] = parse_execute;
        cmdmap["--execute"] = parse_execute;
-       cmdmap["-e"] = parse_export;
+       cmdmap["-e"] = parse_export;
        cmdmap["--export"] = parse_export;
        cmdmap["-E"] = parse_export_to;
        cmdmap["--export-to"] = parse_export_to;