X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Ftextpainter.C;h=224cca9cec5ab3cb4d80f03a524dfa1de2a52f6c;hb=57501b93064a6deed43e415beed45606054d86ad;hp=35ca092c5e52f445f9a1b5d3482225871f1f69cc;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/mathed/textpainter.C b/src/mathed/textpainter.C index 35ca092c5e..224cca9cec 100644 --- a/src/mathed/textpainter.C +++ b/src/mathed/textpainter.C @@ -1,6 +1,17 @@ +/** + * \file textpainter.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + +#include #include "textpainter.h" -#include "support/LOstream.h" +#include "support/std_ostream.h" TextPainter::TextPainter(int xmax, int ymax)