X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FWorkArea.h;h=d6912fc7fad982d59ba7ec90675ff970eee0a4e8;hb=f66146973407ecb44ca93bae074ee916d5ed2f04;hp=c21555913e8fd602261d2741b1a0f8fa49c10c6c;hpb=a31d3dc67dce9655bee9f1b0a2bc2188d7d97453;p=lyx.git diff --git a/src/frontends/WorkArea.h b/src/frontends/WorkArea.h index c21555913e..d6912fc7fa 100644 --- a/src/frontends/WorkArea.h +++ b/src/frontends/WorkArea.h @@ -18,17 +18,12 @@ namespace lyx { -class BufferView; -class KeySymbol; - namespace frontend { /** - * The work area class represents the widget that provides the - * view onto a document. It is owned by the BufferView, and - * is responsible for handing events back to its owning BufferView. - * It works in concert with the BaseScreen class to update the - * widget view of a document. + * The work area class represents the widget that provides the view + * onto a document. It owns the BufferView, and is responsible for + * handing events back to its BufferView. */ class WorkArea {