]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
add missing writeNormal() methods to some insets
[lyx.git] / src / lyxtext.h
index 29c250f052c9f26ef7d6839f67aad53d0c17b607..32b8a7d344757b4f468ecfa1c2be29168c147b5c 100644 (file)
@@ -466,6 +466,8 @@ public:
        ///
        int workWidth(BufferView *) const;
        ///
+       int workWidth(BufferView *, Inset * inset) const;
+       ///
        void computeBidiTables(Buffer const *, Row * row) const;
 
        /// Maps positions in the visual string to positions in logical string.
@@ -662,9 +664,9 @@ public:
        ///
        Paragraph * ownerParagraph() const;
        //
-       Paragraph * ownerParagraph(Paragraph *) const;
+       void ownerParagraph(Paragraph *) const;
        // set it searching first for the right owner using the paragraph id
-       Paragraph * ownerParagraph(int id, Paragraph *) const;
+       void ownerParagraph(int id, Paragraph *) const;
 };