X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncCode.h;h=391faf71ce621c6d359eff8ee866afdbbd9d04f7;hb=294e4884ee29585d311177406cd31499e6d81877;hp=7a2c2cf1f2c1a7dcd5210342e38a21510cc5b475;hpb=e0f5641089b5d2498b0e25303c5c86ed5a136e76;p=lyx.git diff --git a/src/FuncCode.h b/src/FuncCode.h index 7a2c2cf1f2..391faf71ce 100644 --- a/src/FuncCode.h +++ b/src/FuncCode.h @@ -485,6 +485,12 @@ 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_CITATION_OPEN, // sanda, 20200815 LFUN_LASTACTION // end of the table };