]> git.lyx.org Git - lyx.git/blobdiff - src/Citation.h
use return value of regex_match to check whether a match was found
[lyx.git] / src / Citation.h
index a9094bd4f532c656eddf44f64b1646bacba0c339..1a6627ee24d69ebf9ed5f5a4e1b907a5b6181b39 100644 (file)
@@ -4,7 +4,7 @@
  * 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.
  */
@@ -25,14 +25,14 @@ enum CiteEngine {
 
 enum CiteStyle {
        CITE,
-       NOCITE,
        CITET,
        CITEP,
        CITEALT,
        CITEALP,
        CITEAUTHOR,
        CITEYEAR,
-       CITEYEARPAR
+       CITEYEARPAR,
+       NOCITE
 };