mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
remove remaining needFullRow()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7611 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
407c8f08bc
commit
744c402590
@ -1,3 +1,8 @@
|
||||
2003-08-26 John Levon <levon@movementarian.org>
|
||||
|
||||
* insetenv.h:
|
||||
* insetcaption.h:
|
||||
* insetindex.h: remove remaining mentions of needFullRow()
|
||||
|
||||
2003-08-26 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
|
@ -28,8 +28,6 @@ public:
|
||||
///
|
||||
virtual bool display() const;
|
||||
///
|
||||
virtual bool needFullRow() const;
|
||||
///
|
||||
virtual InsetOld::Code lyxCode() const;
|
||||
///
|
||||
virtual string const editMessage() const;
|
||||
@ -52,13 +50,6 @@ bool InsetCaption::display() const
|
||||
}
|
||||
|
||||
|
||||
inline
|
||||
bool InsetCaption::needFullRow() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
inline
|
||||
InsetOld::Code InsetCaption::lyxCode() const
|
||||
{
|
||||
|
@ -40,8 +40,6 @@ public:
|
||||
bool isTextInset() const { return true; }
|
||||
///
|
||||
LyXLayout_ptr const & layout() const;
|
||||
///
|
||||
bool needFullRow() const { return true; }
|
||||
/** returns true if, when outputing LaTeX, font changes should
|
||||
be closed before generating this inset. This is needed for
|
||||
insets that may contain several paragraphs */
|
||||
|
@ -63,8 +63,6 @@ public:
|
||||
///
|
||||
string const getScreenLabel(Buffer const *) const;
|
||||
///
|
||||
//virtual bool needFullRow() const { return true; }
|
||||
///
|
||||
void metrics(MetricsInfo &, Dimension &) const;
|
||||
///
|
||||
void draw(PainterInfo & pi, int x, int y) const;
|
||||
|
Loading…
Reference in New Issue
Block a user