]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlLog.C
dont use pragma impementation and interface anymore
[lyx.git] / src / frontends / controllers / ControlLog.C
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  */
11
12 #include <config.h>
13
14
15 #include "ControlLog.h"
16 #include "buffer.h"
17
18
19
20 ControlLog::ControlLog(LyXView & lv, Dialogs & d)
21         : ControlDialogBD(lv, d)
22 {}
23
24
25 void ControlLog::setParams()
26 {
27         logfile_ = buffer()->getLogName();
28 }
29
30
31 void ControlLog::clearParams()
32 {
33         logfile_.second.erase();
34 }