mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace and correct naming.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30994 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5ba1f471c7
commit
797f13806d
@ -1931,7 +1931,7 @@ bool GuiView::closeBuffer()
|
||||
|
||||
|
||||
bool GuiView::closeBuffer(Buffer & buf, bool close_buffer,
|
||||
bool tolastopened, bool mark_active)
|
||||
bool tolastopened, bool mark_active)
|
||||
{
|
||||
// goto bookmark to update bookmark pit.
|
||||
//FIXME: we should update only the bookmarks related to this buffer!
|
||||
|
@ -294,7 +294,7 @@ private:
|
||||
///
|
||||
bool saveBuffer(Buffer & b);
|
||||
///
|
||||
bool closeBuffer(Buffer & buf, bool keep_buffer,
|
||||
bool closeBuffer(Buffer & buf, bool close_buffer,
|
||||
bool tolastopened = false, bool mark_active = false);
|
||||
///
|
||||
bool saveBufferIfNeeded(Buffer & buf);
|
||||
|
Loading…
Reference in New Issue
Block a user