]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Whitespace.
[lyx.git] / src / insets / InsetInclude.h
index 357003a151c916fea070ecc15a2849ca31378b2d..2583f41406fb0cdf22e1db6e1290a5986652ef39 100644 (file)
@@ -79,6 +79,8 @@ public:
        DisplayType display() const;
        ///
        InsetCode lyxCode() const { return INCLUDE_CODE; }
+       ///
+       docstring layoutName() const;
        /** Fills \c key
         *  \param keys the list of bibkeys in the child buffer.
         *  \param it not used here
@@ -87,7 +89,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -103,7 +105,7 @@ public:
        ///
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes