sw/source/filter/ww8/ww8struc.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4f13f8ddeebca1de9fd30f0aae71e3f84383656a Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue Jul 31 10:31:12 2018 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue Jul 31 18:18:15 2018 +0200 push it around a bit Change-Id: I26423e8d0f0c8a35447afbcc38eaab14c277359f Reviewed-on: https://gerrit.libreoffice.org/58356 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/filter/ww8/ww8struc.hxx b/sw/source/filter/ww8/ww8struc.hxx index edb916954d3f..2d9fdb164810 100644 --- a/sw/source/filter/ww8/ww8struc.hxx +++ b/sw/source/filter/ww8/ww8struc.hxx @@ -217,7 +217,6 @@ static_assert(sizeof (WW8_FFN_BASE) == 6, "this has to match the msword size"); */ struct WW8_FFN { - WW8_FFN_BASE aFFNBase; // from Ver8 on as Unicode OUString sFontname;// 0x6 or 0x40 resp. from Ver8 on zero terminated string that // records name of font. @@ -226,6 +225,7 @@ struct WW8_FFN // Possibly followed by a second sz which records the // name of an alternate font to use if the first named // font does not exist on this system. + WW8_FFN_BASE aFFNBase; }; struct WW8_BRCVer6 // BoRder Code (WW6 version) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits