]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlLog.C
Really dull and boring header shit
[lyx.git] / src / frontends / controllers / ControlLog.C
1 /**
2  * \file ControlLog.C
3  * Read the file COPYING
4  *
5  * \author John Levon
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #include <config.h>
12
13 #ifdef __GNUG__
14 #pragma implementation
15 #endif
16
17 #include "ControlLog.h"
18 #include "buffer.h"
19
20
21
22 ControlLog::ControlLog(LyXView & lv, Dialogs & d)
23         : ControlDialogBD(lv, d)
24 {}
25
26
27 void ControlLog::setParams()
28 {
29         logfile_ = buffer()->getLogName();
30 }
31
32
33 void ControlLog::clearParams()
34 {
35         logfile_.second.erase();
36 }