]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / BufferView.h
index fbe29d70d2e32117a6a5e591d07c67c33670e6e2..5eaaf1b53f6a68c11757b056ac5771914fc2a6b8 100644 (file)
@@ -100,6 +100,8 @@ public:
        */
        LyXText * text;
        ///
+       LyXText * getLyXText() const;
+       ///
        int workWidth() const;
        ///
        UpdatableInset * theLockingInset() const;
@@ -230,6 +232,7 @@ public:
 
        ///
        void pushIntoUpdateList(Inset * i);
+#if 0
        ///
        void workAreaExpose();
        ///
@@ -246,6 +249,7 @@ public:
        void enterView();
        ///
        void leaveView();
+#endif
        ///
        bool ChangeRefs(string const & from, string const & to);
        ///