On Monday 19 August 2002 7:47 pm, Martin Vermeer wrote:
> On Mon, Aug 19, 2002 at 06:18:50PM +0100, Angus Leeming wrote:
> > > Here is the code.
> >
> > Sigh. It would be nice if you'd incorparate my change of
> >     InsetShortTitle * Paragraph::shortTitleInset() const;
> > to
> >     namespace {
> >             InsetShortTitle * shortTitleInset(Paragraph const &);
> >     }
>
> Ah, sorry. I didn't have it in my local tree. Here's the new
> short1.diff.

Thank you. Actually, this means that you don't need this either:

Index: paragraph.h
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/paragraph.h,v
retrieving revision 1.44
diff -u -p -r1.44 paragraph.h
--- paragraph.h 2002/08/15 07:53:46     1.44
+++ paragraph.h 2002/08/19 18:21:49
@@ -27,6 +27,7 @@ class BufferParams;
 class BufferView;
 class Counters;
 class InsetBibKey;
+class InsetShortTitle;
 class Language;
 class LaTeXFeatures;
 class ParagraphParameters;

But, don't worry, I won't make you resubmit again ;-)

In fact, I'm going to leave this for JMarc, since he is the Layout expert and 
that's where the queries all came from.

Nice work BTW.

Angus

Reply via email to