diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-26 12:32:09 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-26 12:43:17 +0100 |
commit | 0ad51b30556f96bff0d78cc540781416c1ea6b8b (patch) | |
tree | ed6a844150e652649e76defb34b0b2b681f06a51 | |
parent | 5ace126c909d09433b144fc2af04d8884f74f887 (diff) |
Fix typo
Change-Id: Ia67b44260849365c0e48b096d416bdfae4bac040
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85842
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/filter/ww8/ww8struc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |