diff options
author | Rosemary <rosemaryseb8@gmail.com> | 2015-08-14 11:29:41 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-10 02:12:35 +0200 |
commit | c41f53b52552ff2632e61384c36087534a737f8f (patch) | |
tree | 72e41400b7552d2fbee5b080590bc47f0f61a793 /oox/source/ole | |
parent | bc6135bdb2f8cc89d9c40a6c47bed579a53ab678 (diff) |
implementing the fifth module - sheet3
Change-Id: I50abe3687e37fad43ffb93b360f82acf07d74331
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/vbaexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ole/vbaexport.cxx b/oox/source/ole/vbaexport.cxx index 449409391ab4..9f54e03b3dd2 100644 --- a/oox/source/ole/vbaexport.cxx +++ b/oox/source/ole/vbaexport.cxx @@ -637,6 +637,7 @@ void writePROJECTMODULES(SvStream& rStrm) writePROJECTMODULE(rStrm, "ThisWorkbook", "ThisWorkbook", 0x000004BD, "other"); writePROJECTMODULE(rStrm, "Sheet1", "Sheet1", 0x00000325, "other"); writePROJECTMODULE(rStrm, "Sheet2", "Sheet2", 0x00000325, "other"); + writePROJECTMODULE(rStrm, "Sheet3", "Sheet3", 0x00000325, "other"); } // section 2.3.4.2 |