summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-07-31 10:31:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-07-31 18:18:15 +0200
commit4f13f8ddeebca1de9fd30f0aae71e3f84383656a (patch)
tree745750bfd3427e037b7a7703dffd0733374a0c32
parentd6f73641ff10286339562075e11c7cbb8e3d2b74 (diff)
push it around a bit
Change-Id: I26423e8d0f0c8a35447afbcc38eaab14c277359f Reviewed-on: https://gerrit.libreoffice.org/58356 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/filter/ww8/ww8struc.hxx2
1 files changed, 1 insertions, 1 deletions
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)