sw/source/filter/ww8/ww8scan.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ace126c909d09433b144fc2af04d8884f74f887 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 26 12:32:03 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 26 12:42:46 2019 +0100 Fix typo Change-Id: I68be4291bdcd5a2ee1b6b4ec49f8eda07d7554f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85841 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx index 1a5b024c12fb..5f0f5d0d888a 100644 --- a/sw/source/filter/ww8/ww8scan.hxx +++ b/sw/source/filter/ww8/ww8scan.hxx @@ -380,7 +380,7 @@ public: // PLCF-type: enum ePLCFT{ CHP=0, PAP, SEP, /*HED, FNR, ENR,*/ PLCF_END }; -//Its hardcoded that eFTN be the first one: A very poor hack, needs to be fixed +//It's hardcoded that eFTN be the first one: a very poor hack, needs to be fixed enum eExtSprm { eFTN = 256, eEDN = 257, eFLD = 258, eBKN = 259, eAND = 260, eATNBKN = 261, eFACTOIDBKN = 262 }; /* _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
