]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / PrinterParams.cpp
index af9c5bd590c861e5a098d960303100bdd29afe82..fff8c63bf84ab27ee96d1c76b0b28cf20846a2d5 100644 (file)
 
 namespace lyx {
 
-PrinterParams::PrinterParams() 
+PrinterParams::PrinterParams()
 {
        target = PRINTER;
-       printer_name = lyxrc.printer;
-       file_name = std::string();
        all_pages = true;
        from_page = 1;
        to_page = 0;