mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 21:05:12 +00:00
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:
parent
180e0d9e28
commit
cee80af9a3
@ -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>
|
2002-09-10 Rob Lahaye <lahaye@snu.ac.kr>
|
||||||
|
|
||||||
* ControlGraphics.C: Change GUI origin strings into proper English.
|
* ControlGraphics.C: Change GUI origin strings into proper English.
|
||||||
|
@ -12,13 +12,14 @@
|
|||||||
#ifndef BIBLIOHELPERS_H
|
#ifndef BIBLIOHELPERS_H
|
||||||
#define BIBLIOHELPERS_H
|
#define BIBLIOHELPERS_H
|
||||||
|
|
||||||
#include <map>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "LString.h"
|
||||||
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
/** Functions of use to citation and bibtex GUI controllers and views */
|
/** Functions of use to citation and bibtex GUI controllers and views */
|
||||||
namespace biblio
|
namespace biblio
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user