X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommandParams.h;h=eb976c28d7ce612ae5372bf2120d8400c0108ccf;hb=7986ac2f322aeb9c764d1c518cedd159d62f32d7;hp=e82320583fc4a39856bc4a3de62387ed2af3038b;hpb=a81a0c55349693df59be9239cae2fdfd3333f7a1;p=lyx.git diff --git a/src/insets/InsetCommandParams.h b/src/insets/InsetCommandParams.h index e82320583f..eb976c28d7 100644 --- a/src/insets/InsetCommandParams.h +++ b/src/insets/InsetCommandParams.h @@ -45,7 +45,8 @@ public: HANDLING_NONE = 1, /// no special handling HANDLING_ESCAPE = 2, /// escape special characters HANDLING_LATEXIFY = 4, /// transform special characters to LaTeX macros - HANDLING_LTRIM = 8 /// trim blanks on the left + HANDLING_LTRIM = 8, /// trim blanks on the left + HANDLING_INDEX_ESCAPE = 16, /// escape makeindex special chars }; /// class ParamData {