summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-14 11:58:17 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-10 02:12:29 +0200
commitcdc44e1c779dd4d4dfa69d3609bf7aca8d084aa3 (patch)
tree1aa76a7581c1080637c6f3a695392ee236794604 /oox
parent93bb571bfad73d8dfdb7f8b2be359b4ef152d133 (diff)
add two todo for later
Change-Id: I8781f3e86584d61613245a5654fe7c6afab9a5da
Diffstat (limited to 'oox')
-rw-r--r--oox/source/ole/vbaexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx
index f762e869876d..761254501319 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -492,10 +492,10 @@ void writeREFERENCENAME(SvStream& rStrm)
{
rStrm.WriteUInt16(0x0016); // id
rStrm.WriteUInt32(6); // sizeOfName
- exportString(rStrm, "stdole"); // name
+ exportString(rStrm, "stdole"); // name // TODO: find out where these values are coming from
rStrm.WriteUInt16(0x003E); // reserved
rStrm.WriteUInt32(12); // sizeOfNameUnicode
- exportUTF16String(rStrm, "stdole"); // nameUnicode
+ exportUTF16String(rStrm, "stdole"); // nameUnicode // TODO find out where these values are coming from
}
// section 2.3.4.2.2.1