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:
Vincent van Ravesteijn 2009-08-12 20:06:29 +00:00
parent 5ba1f471c7
commit 797f13806d
2 changed files with 2 additions and 2 deletions

View File

@ -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!

View File

@ -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);