[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 26 11:43:53 UTC 2019


 sw/source/filter/ww8/ww8struc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ad51b30556f96bff0d78cc540781416c1ea6b8b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 26 12:32:09 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 26 12:43:17 2019 +0100

    Fix typo
    
    Change-Id: Ia67b44260849365c0e48b096d416bdfae4bac040
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85842
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx
index 0e3f3bfe77c2..70b683ce3352 100644
--- a/sw/source/filter/ww8/ww8struc.hxx
+++ b/sw/source/filter/ww8/ww8struc.hxx
@@ -381,7 +381,7 @@ public:
                                 //  1 = Level 2
                                 //  2 = Custom
     sal_uInt16 m_f2on1          : 1;  // 2-page-on-1 feature is turned on.
-    sal_uInt16 m_reserved1      : 4;  // in 97 its marked as reserved BUT
+    sal_uInt16 m_reserved1      : 4;  // in 97 it's marked as reserved BUT
     sal_uInt16 m_reserved2      : 6;  // reserved ?
     //we find that the following applies,
     //2 == Japanese


More information about the Libreoffice-commits mailing list