Jean-Marc Lasgouttes schrieb:
Michael> To simplify the use of DEPM in other contexts (CT comes to my
Michael> mind), I suggest making two method static.
In this case, you should even move it to one of the *_funcs.C file.
FYI:
Author: schmitt
Date: Thu Feb 8 16:01:58 2007
New Revision: 17110
URL: http://www.lyx.org/trac/changeset/17110
Log:
* src/lyxtext.h: deleteEmptyParagraphMechanism(LCursor &, LCursor &, bool
&),
fixCursorAfterDelete(CursorSlice &, CursorSlice const &): declare both
methods
as static. Note: I kept the methods in this file deliberately, because
it makes
it easier to keep both depm methods in sync