]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetWrap.h
index 5c601c894ade189953a107cea51576112a266ab2..f533e6d0a3b8553da4c2d54dfbc54e9b78fea318 100644 (file)
@@ -65,7 +65,7 @@ private:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -79,7 +79,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///