]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / insets / InsetText.h
index d33b6bda32bdf3fb6bd6b684d5085a8a3af06517..a4c83f0b913873c146bfb47766d85fb8aa1e2e36 100644 (file)
@@ -112,8 +112,6 @@ public:
        ///
        void setFrameColor(ColorCode);
        ///
-       bool showInsetDialog(BufferView *) const;
-       ///
        Text * getText(int i) const {
                return (i == 0) ? const_cast<Text*>(&text_) : 0;
        }
@@ -164,7 +162,7 @@ public:
                { return getLayout().allowParagraphCustomization(); }
 
        /// Update the counters of this inset and of its contents
-       virtual void updateLabels(ParIterator const &, UpdateType);
+       virtual void updateBuffer(ParIterator const &, UpdateType);
        /// the string that is passed to the TOC
        void tocString(odocstream &) const;
        ///