]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetInclude.h
index a12c114b2eeb8f7e314e64665298ac38ff9c1602..78cfa959a6ad61ae4ce574098622d6927106f325 100644 (file)
@@ -39,6 +39,7 @@ public:
        ~InsetInclude();
 
        void setBuffer(Buffer & buffer);
+       bool isLabeled() const { return true; }
 
        /// Override these InsetButton methods if Previewing
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -48,11 +49,6 @@ public:
        DisplayType display() const;
        ///
        InsetCode lyxCode() const { return INCLUDE_CODE; }
-       /** Fills \c list
-        *  \param buffer the Buffer containing this inset.
-        *  \param list the list of labels in the child buffer.
-        */
-       void getLabelList(std::vector<docstring> & list) const;
        /** Fills \c keys
         *  \param buffer the Buffer containing this inset.
         *  \param keys the list of bibkeys in the child buffer.