cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-11-16 13:48:30 +00:00
parent 518a894826
commit 9a9528e86f
2 changed files with 1 additions and 2 deletions

View File

@ -136,7 +136,7 @@ public:
///
void resizeBufferView();
bool inDialogMode() { return dialog_mode_; }
bool inDialogMode() const { return dialog_mode_; }
void setDialogMode(bool mode) { dialog_mode_ = mode; }
///

View File

@ -20,7 +20,6 @@
#include "buffer_funcs.h"
#include "BufferParams.h"
#include "BufferView.h"
#include "BufferView.h"
#include "Changes.h"
#include "Cursor.h"
#include "CutAndPaste.h"