]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix bug 4441. GuiRef: Ok button must be default.
[lyx.git] / src / Paragraph.h
index 8c3a8f9c70bcbcb1f937a023897551b331d93641..075eb32f345c3eca5298770edabf57c8be77f690 100644 (file)
@@ -124,6 +124,10 @@ public:
        docstring asString(pos_type beg, pos_type end,
                int options = AS_STR_NONE) const;
 
+       /// Extract only the explicitly visible text (without any formatting),
+       /// descending into insets
+       docstring stringify(pos_type beg, pos_type end, int options, OutputParams & runparams) const;
+
        ///
        void write(std::ostream &, BufferParams const &,
                   depth_type & depth) const;