]> git.lyx.org Git - features.git/commitdiff
A couple of trivial and non-qt2-specific tidies.
authorAngus Leeming <leeming@lyx.org>
Tue, 24 Sep 2002 12:43:01 +0000 (12:43 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 24 Sep 2002 12:43:01 +0000 (12:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5333 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlConnections.h
src/frontends/controllers/biblio.h

index 0acdfc37e1ac9b28e2bf3e9b33ffac752bbab8a5..5866ba4b68535f434e21e6a5589d94c4db73bb06 100644 (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.
index 9ab5b6c43128d21ce158a375e3e5892d8254faab..7e1ce25b6d4f6e3b73252b18f4fe5107b26055a9 100644 (file)
@@ -95,7 +95,7 @@ protected:
        LyXFunc & lyxfunc();
        ///
        LyXFunc const & lyxfunc() const;
-       
+
 
        ///
        LyXView & lv_;
index e0a58af84f0e38366890a7fa94b7efeb03b226b9..6a2c3a2330d6cc4c25984dfc4f624d2ca3400f82 100644 (file)
 #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
 {