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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 31 16:18:36 UTC 2018


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

New commits:
commit 4f13f8ddeebca1de9fd30f0aae71e3f84383656a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 31 10:31:12 2018 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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)


More information about the Libreoffice-commits mailing list