]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
fix reading the author field.
[lyx.git] / src / paragraph_funcs.h
index bce1f343a54751876e148df7cac6fb5aaa468c97..a0feb358efe72ae32d0845884b2a63ac876201c5 100644 (file)
@@ -61,10 +61,7 @@ LyXFont const outerFont(lyx::par_type par, ParagraphList const & plist);
 /// find outermost paragraph containing an inset
 lyx::par_type outerPar(Buffer const & buf, InsetBase const * inset);
 
-/// find owning paragraph containing an inset
-Paragraph const & ownerPar(Buffer const & buf, InsetBase const * inset);
-
-/// return the range of pars [beg, end[ owning the range of y [ystart, yend] 
+/// return the range of pars [beg, end[ owning the range of y [ystart, yend]
 void getParsInRange(ParagraphList & plist,
                                int ystart, int yend,
                                lyx::par_type & beg,