summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-14 12:58:49 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-09-10 02:12:31 +0200
commit7ecd937e66dc567bf7b982360eebda05a68e05e8 (patch)
treed244ea8b5698c38ddad57d7765f01ff6eb98f340
parentef7daddde97bdb2e5bd577d8d7633f93e5fd7f86 (diff)
add more todo
Change-Id: Ie6c6fd5ecfad5f7dd21e72104ab19f41fd051ec1
-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 9b68e9062ed1..cc3b71d7d6d6 100644
--- a/oox/source/ole/vbaexport.cxx
+++ b/oox/source/ole/vbaexport.cxx
@@ -541,7 +541,7 @@ void writeMODULENAME(SvStream& rStrm)
{
rStrm.WriteUInt16(0x0019); // id
rStrm.WriteUInt32(7); // sizeOfModuleName
- exportString(rStrm, "Module1"); // ModuleName
+ exportString(rStrm, "Module1"); // ModuleName // TODO: dependent on the document
}
// section 2.3.4.2.3.2.2
@@ -549,7 +549,7 @@ void writeMODULENAMEUNICODE(SvStream& rStrm)
{
rStrm.WriteUInt16(0x0047); // id
rStrm.WriteUInt32(14); // sizeOfModuleName
- exportUTF16String(rStrm, "Module1"); // ModuleName
+ exportUTF16String(rStrm, "Module1"); // ModuleName // TODO: dependent on the document
}
// section 2.3.4.2.3.2