]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
* InsetListings.cpp:
[lyx.git] / src / BufferView.h
index f43d5a01e31e507a61a51c95446bb273c3104248..eaf063182bf4b6715a2d0e9dd797e1493af40104 100644 (file)
@@ -308,14 +308,16 @@ public:
        Inset * editedInset(std::string const & name) const;
        /// Associate an inset associated with given dialog name.
        void editInset(std::string const & name, Inset * inset);
+       ///
+       void clearLastInset(Inset * inset) const;
 
 private:
        /// noncopyable
        BufferView(BufferView const &);
        void operator=(BufferView const &);
 
-       // the position relative to (0, baseline) of outermost paragraph
-       Point coordOffset(DocIterator const & dit, bool boundary) const;
+       /// the position relative to (0, baseline) of outermost paragraph
+       Point coordOffset(DocIterator const & dit) const;
        /// Update current paragraph metrics.
        /// \return true if no further update is needed.
        bool singleParUpdate();