sw/source/filter/ww8/sprmids.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 621514cf1dbb089a6da35da7f8c43d0a3c645fa7
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Fri Jul 17 11:25:43 2020 +0300
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Fri Jul 17 13:17:39 2020 +0200

    Add comment about relation of NS_sprm::Foo to sprmFoo in [MS-DOC]
    
    Change-Id: I910dacba0a3be42406c72e5356913a2e6dcaadfa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98939
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sw/source/filter/ww8/sprmids.hxx b/sw/source/filter/ww8/sprmids.hxx
index df17728376bd..73e0634bb6ca 100644
--- a/sw/source/filter/ww8/sprmids.hxx
+++ b/sw/source/filter/ww8/sprmids.hxx
@@ -295,6 +295,9 @@ template <int ispmd, int fSpec, SPRA spra> using sprmPic = 
sprm<ispmd, fSpec, SG
 template <int ispmd, int fSpec, SPRA spra> using sprmSec = sprm<ispmd, fSpec, 
SGC::section, spra>;
 template <int ispmd, int fSpec, SPRA spra> using sprmTbl = sprm<ispmd, fSpec, 
SGC::table, spra>;
 
+// Each of the following NS_sprm::Foo corresponds to a sprmFoo in [MS-DOC].
+// E.g., NS_sprm::CFRMarkDel is for sprmCFRMarkDel.
+
 // [MS-DOC] - v20170112 Section 2.6.1
 using CFRMarkDel = sprmChr<0x00, 0, SPRA::operand_toggle_1b_0>; // 0x0800
 using CFRMarkIns = sprmChr<0x01, 0, SPRA::operand_toggle_1b_0>; // 0x0801
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to