]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
remove noload/don't typeset
[lyx.git] / src / BufferView_pimpl.h
index 15f320bf8f905693c15ac957505665f94194bd14..369df9fc5f3ce381428f8abf2a10f16c3ea30afe 100644 (file)
@@ -35,8 +35,6 @@ struct BufferView::Pimpl : public boost::signals::trackable {
              int xpos, int ypos, int width, int height);
        ///
        Painter & painter() const;
-       /// return the work area for this bview
-       WorkArea & workarea() const;
        /// return the screen for this bview
        LyXScreen & screen() const;
        ///
@@ -142,5 +140,7 @@ private:
        Inset * getInsetByCode(Inset::Code code);
        ///
        void MenuInsertLyXFile(string const & filen);
+       /// our workarea
+       WorkArea & workarea() const;
 };
 #endif // BUFFERVIEW_PIMPL_H