]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/biblio.h
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / biblio.h
index 7271b82d0f396bd529abbd9b7e27f84b1ff0858d..b7f619d43e15d68436a676fb0a6ee7269d02389a 100644 (file)
@@ -12,9 +12,6 @@
 #ifndef BIBLIOHELPERS_H
 #define BIBLIOHELPERS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 #include <map>
@@ -76,7 +73,7 @@ string const parseBibTeX(string data, string const & findkey);
 
 /** Returns an iterator to the first key that meets the search
     criterion, or end() if unsuccessful.
-    
+
     User supplies :
     the InfoMap of bibkeys info,
     the vector of keys to be searched,
@@ -111,7 +108,7 @@ struct CitationStyle {
 CitationStyle const getCitationStyle(string const & command);
 
 /** Returns the LaTeX citation command
-    
+
 User supplies :
 The CiteStyle enum,
 a flag forcing the full author list,
@@ -125,11 +122,11 @@ std::vector<CiteStyle> const getCiteStyles(bool usingNatbib);
 /**
    "Translates" the available Citation Styles into strings for this key.
    The returned string is displayed by the GUI.
-   
-   
+
+
    [XX] is used in place of the actual reference
    Eg, the vector will contain: [XX], Jones et al. [XX], ...
-   
+
    User supplies :
    the key,
    the InfoMap of bibkeys info,
@@ -143,10 +140,10 @@ getNumericalStrings(string const & key,
 /**
    "Translates" the available Citation Styles into strings for this key.
    The returned string is displayed by the GUI.
-   
+
    Eg, the vector will contain:
    Jones et al. (1990), (Jones et al. 1990), Jones et al. 1990, ...
-   
+
    User supplies :
    the key,
    the InfoMap of bibkeys info,