]> git.lyx.org Git - lyx.git/blobdiff - src/Citation.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / Citation.h
index 23b1438bc81a635cd3848343404b8a42c78ff48f..1a6627ee24d69ebf9ed5f5a4e1b907a5b6181b39 100644 (file)
@@ -1,16 +1,16 @@
 // -*- C++ -*-
 /**
- * \file BiblioCode.h
+ * \file Citation.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voß
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef BIBLIOCODE_H
-#define BIBLIOCODE_H
+#ifndef CITATION_H
+#define CITATION_H
 
 namespace lyx {
        
@@ -25,14 +25,14 @@ enum CiteEngine {
 
 enum CiteStyle {
        CITE,
-       NOCITE,
        CITET,
        CITEP,
        CITEALT,
        CITEALP,
        CITEAUTHOR,
        CITEYEAR,
-       CITEYEARPAR
+       CITEYEARPAR,
+       NOCITE
 };