A couple of trivial and non-qt2-specific tidies.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5333 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-09-24 12:43:01 +00:00
parent 180e0d9e28
commit cee80af9a3
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2002-09-24 Angus Leeming <leeming@lyx.org>
* ControlConnections.h: remove trailing whitespace.
* biblio.h: #include "LString.h".
2002-09-10 Rob Lahaye <lahaye@snu.ac.kr>
* ControlGraphics.C: Change GUI origin strings into proper English.

View File

@ -95,7 +95,7 @@ protected:
LyXFunc & lyxfunc();
///
LyXFunc const & lyxfunc() const;
///
LyXView & lv_;

View File

@ -12,13 +12,14 @@
#ifndef BIBLIOHELPERS_H
#define BIBLIOHELPERS_H
#include <map>
#include <vector>
#ifdef __GNUG__
#pragma interface
#endif
#include "LString.h"
#include <map>
#include <vector>
/** Functions of use to citation and bibtex GUI controllers and views */
namespace biblio
{