]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
gtk sendto dialog
[lyx.git] / src / paragraph_funcs.h
index a0feb358efe72ae32d0845884b2a63ac876201c5..412c7aab1c28f62c54d03d7f97b819acb8067de0 100644 (file)
@@ -67,4 +67,8 @@ void getParsInRange(ParagraphList & plist,
                                lyx::par_type & beg,
                                lyx::par_type & end);
 
+/// return the number of InsetOptArg in a paragraph
+int numberOfOptArgs(Paragraph const & par);
+
+
 #endif // PARAGRAPH_FUNCS_H