On Mit, 23 Jul 2003, Leo Savernik wrote:
> - Renaming TextSlave to TextRun and inherit it from InlineBox
> - Activating compilation and "porting" of render_line.cpp
Looks okay. Please note that some of the changes break the code style, i.e.
its
void Foo::bar()
{
// some stuff
}
and not
void Foo::bar() {
// some stuff
}
--
Dirk