summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-18 22:44:02 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-18 22:06:21 +0000
commitac226443522c55ab75cab8eed354b999052135a7 (patch)
tree48801094ac0b40842a7856a9955a5c3a047ef7b6 /oox
parent494aa9ee5d01699c0dcbc912091de30a314c09fc (diff)
Fix typos
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/vbaexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index a9c9bfeb405a..f61e493e25ec 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -417,7 +417,7 @@ void writePROJECTVERSION(SvStream& rStrm)
{
rStrm.WriteUInt16(0x0009); // id
rStrm.WriteUInt32(0x00000004); // Reserved
- rStrm.WriteUInt32(1467127224); // VersionMajor // TODO: where is this magic number comming from
+ rStrm.WriteUInt32(1467127224); // VersionMajor // TODO: where is this magic number coming from
rStrm.WriteUInt16(5); // VersionMinor // TODO: where is this magic number coming from
}