This commit was manufactured by cvs2svn to create tag 'lyx-1_3_7'.
[lyx.git] / src / frontends / controllers / ControlLog.C
blob160cf4655616aedb899b3176f64186bd53444805
1 /**
2  * \file ControlLog.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author John Levon
7  * \author Angus Leeming
8  *
9  * Full author contact details are available in file CREDITS
10  */
12 #include <config.h>
14 #include "ControlLog.h"
15 #include "buffer.h"
19 ControlLog::ControlLog(LyXView & lv, Dialogs & d)
20         : ControlDialogBD(lv, d)
24 void ControlLog::setParams()
26         logfile_ = buffer()->getLogName();
30 void ControlLog::clearParams()
32         logfile_.second.erase();