]> git.lyx.org Git - lyx.git/blob - src/frontends/nullpainter.C
make LyX work better when run from a directory which name contains spaces or other...
[lyx.git] / src / frontends / nullpainter.C
1 /**
2  * \file nullpainter.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Alfredo Braunstein
7  * \author John Levon
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #include "nullpainter.h"
13
14 #include "LColor.h"
15
16 #include <limits>
17
18
19 int NullPainter::paperHeight() const
20 {
21         return std::numeric_limits<int>::max();
22 }