]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetInclude.h
index b66a21b829ff578eec61ff8a02d1c7c4e557553b..ad216bcca635597eadcb8e184ce146fe5fe681f2 100644 (file)
@@ -83,11 +83,11 @@ public:
         *  \param keys the list of bibkeys in the child buffer.
         *  \param it not used here
         */
-       void fillWithBibKeys(BiblioInfo & keys, InsetIterator const & it) const;
+       void collectBibKeys(InsetIterator const &) const;
        ///
        bool hasSettings() const { return true; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -99,11 +99,11 @@ public:
        ///
        void addPreview(DocIterator const &, graphics::PreviewLoader &) const;
        ///
-       void addToToc(DocIterator const &);
+       void addToToc(DocIterator const &) const;
        ///
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       docstring contextMenu(BufferView const & bv, int x, int y) const;
+       docstring contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes