summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-01 14:11:36 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-04-01 14:12:15 +0200
commit644aea938b470dd870267983411c484c166a783d (patch)
tree855ce347bef33d90c116be5edf5c134b4873b5f5 /sw
parent8dc3b88b567d5fc4a75453654da860c47ae16403 (diff)
sw: document what are these numbers in the WW8Fib ctor
Change-Id: Iecc096031f654668bd571e3c8a417cc8e0c6661e
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx1
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;