Rename tolastopened to in_close_event. I forgot this in r31106.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31107 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-08-17 22:24:38 +00:00
parent 0e3f25489e
commit 6ab8377995

View File

@ -297,13 +297,13 @@ private:
bool saveBuffer(Buffer & b);
///
bool closeWorkArea(GuiWorkArea * wa, bool close_buffer,
bool tolastopened = false, bool mark_active = false);
bool in_close_event = false, bool mark_active = false);
/// gives the user the possibility to save his work
/// or to discard the changes. If hiding is true, the
/// document will be reloaded.
bool saveBufferIfNeeded(Buffer & buf, bool hiding);
///
bool closeBufferAll(bool tolastopened = false);
bool closeBufferAll(bool in_close_event = false);
/// is the buffer in this workarea also shown in another tab ?
/// This tab can either be in the same view or in another one.
bool inMultiTabs(GuiWorkArea * wa);