X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=585d1e15809de8aec6e9193c5195e24a66ced47f;hb=25bcbe766601b7bbc5b9832858ab8e5874f5d2a2;hp=7a2c2cf1f2c1a7dcd5210342e38a21510cc5b475;hpb=e0f5641089b5d2498b0e25303c5c86ed5a136e76;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 7a2c2cf1f2..585d1e1580 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -485,6 +485,11 @@ enum FuncCode LFUN_BUFFER_WRITE_AS_TEMPLATE, // spitz, 20190323 LFUN_TABULAR_STYLE_INSERT, // spitz, 20190325 LFUN_PARAGRAPH_SELECT, // Kornel, 20190416 + LFUN_BUFFER_RESET_EXPORT, // spitz 20191226 + // 380 + LFUN_MASTER_BUFFER_FORALL, // spitz 20191231 + LFUN_IF_RELATIVES, // spitz 20200102 + LFUN_WINDOW_RAISE, // forenr, 20202104 LFUN_LASTACTION // end of the table };