X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCode.h;h=6d48d1235d8382a40efd5c0e2a7c094bff278e72;hb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;hp=bd841301e54340ba69e40b7e22c68297cdb3108d;hpb=064c280f172c741837fb1c6d58fc997ef4568ce0;p=features.git diff --git a/src/insets/InsetCode.h b/src/insets/InsetCode.h index bd841301e5..6d48d1235d 100644 --- a/src/insets/InsetCode.h +++ b/src/insets/InsetCode.h @@ -5,8 +5,8 @@ * Licence details can be found in the file COPYING. * * \author Alejandro Aguilar Sierra - * \author Jürgen Vigna - * \author Lars Gullik Bjønnes + * \author Jürgen Vigna + * \author Lars Gullik Bjønnes * \author Matthias Ettrich * * Full author contact details are available in file CREDITS. @@ -85,7 +85,7 @@ enum InsetCode { /// OPTARG_CODE, /// - ENVIRONMENT_CODE, + CELL_CODE, /// NEWLINE_CODE, /// @@ -112,8 +112,6 @@ enum InsetCode { INFO_CODE, // 45 /// COLLAPSABLE_CODE, - /// - CELL_CODE, }; } // namespace lyx