]> git.lyx.org Git - features.git/blobdiff - src/lyxparagraph.h
Lot's of updates for new update handling of text-insets
[features.git] / src / lyxparagraph.h
index 56f3df2c006ca39bed09c3a10f3970fa617a59b8..bafa4a29dc8191812672f78cbe612527ce580a2b 100644 (file)
@@ -31,6 +31,7 @@ class LyXBuffer;
 class TexRow;
 struct LaTeXFeatures;
 class InsetBibKey;
+class BufferView;
 
 /// A LyXParagraph holds all text, attributes and insets in a text paragraph
 class LyXParagraph  {
@@ -195,7 +196,9 @@ public:
        ///
        Inset * InInset() { return inset_owner; }
        ///
-       void SetInsetOwner(Inset * i) { inset_owner = i; }
+       void SetInsetOwner(Inset * i);
+       ///
+       void deleteInsetsLyXText(BufferView *);
 private:
        ///
        TextContainer text;