From 7ecd937e66dc567bf7b982360eebda05a68e05e8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 14 Aug 2015 12:58:49 +0200 Subject: add more todo Change-Id: Ie6c6fd5ecfad5f7dd21e72104ab19f41fd051ec1 --- oox/source/ole/vbaexport.cxx | 4 ++-- 1 file 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 -- cgit