]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.C
Just some changes to be able to change TabularFeatures with the Table menu
[lyx.git] / src / insets / insetbib.C
index 7887b6f6ae4e8a4abeb345a766092c2540f28589..fa7c45034136aec8eb32f61b31c271432655afa0 100644 (file)
@@ -1,8 +1,6 @@
 #include <config.h>
 
 #include <fstream>
-using std::ifstream;
-
 #include <cstdlib>
 
 #ifdef __GNUG__
@@ -21,6 +19,11 @@ using std::ifstream;
 #include "lyxtext.h"
 #include "support/filetools.h"
 
+using std::ostream;
+using std::ifstream;
+using std::getline;
+using std::endl;
+
 extern BufferView * current_view;
 
 FD_citation_form * citation_form = 0;
@@ -319,7 +322,8 @@ string InsetBibtex::getScreenLabel() const
 }
 
 
-int InsetBibtex::Latex(ostream & os, signed char /*fragile*/, bool/*fs*/) const
+int InsetBibtex::Latex(ostream & os,
+                      bool /*fragile*/, bool/*fs*/) const
 {
        // this looks like an horrible hack and it is :) The problem
        // is that owner is not initialized correctly when the bib