[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Fri Apr 1 12:12:41 UTC 2016
sw/source/filter/ww8/ww8scan.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 644aea938b470dd870267983411c484c166a783d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Fri Apr 1 14:11:36 2016 +0200
sw: document what are these numbers in the WW8Fib ctor
Change-Id: Iecc096031f654668bd571e3c8a417cc8e0c6661e
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 3cd227c..aaa4ed4 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;
More information about the Libreoffice-commits
mailing list