mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
0e3f25489e
commit
6ab8377995
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user