X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=0c6c48090f4da587e5d63547e15643177b648f34;hb=12ca81f2ea44c947fcd5f6d4f4c57bd5ebdf98d9;hp=d462f4c41356cfdbeb18468a744abfbeb8e8b062;hpb=51aebc9327345f6ea065035f489dbfec1568279f;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index d462f4c413..0c6c48090f 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -505,6 +505,10 @@ public: /// presently used only in the XHTML output routines. std::string magicLabel() const; + /// anonymizes the paragraph contents (but not the paragraphs + /// contained inside it. Does not handle undo. + void anonymize(); + private: /// Expand the counters for the labelstring of \c layout docstring expandParagraphLabel(Layout const &, BufferParams const &,