]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix creationCode() of GuiPrintNomencl
[lyx.git] / src / Paragraph.h
index d462f4c41356cfdbeb18468a744abfbeb8e8b062..0c6c48090f4da587e5d63547e15643177b648f34 100644 (file)
@@ -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 &,