diff options
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 3cd227c5a093..aaa4ed4c36e3 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -5891,6 +5891,7 @@ WW8Fib::WW8Fib(sal_uInt8 nVer, bool bDot) fExtChar = true; fWord97Saved = fWord2000Saved = true; + // Just a fancy way to write 'Caolan80'. wMagicCreated = 0x6143; wMagicRevised = 0x6C6F; wMagicCreatedPrivate = 0x6E61; |