diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-08-30 19:25:43 +0200 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-08-30 19:25:43 +0200 |
commit | 8b4b42daa8b06dc095965e458105f669928693b6 (patch) | |
tree | 36b994e8175a56c8b926e9074a92dd3f320ef038 /oox/source/xls/workbookhelper.cxx | |
parent | c29c922edb2ae9454e86e9f99d55ba005132194e (diff) | |
parent | 40e1e1a4b2c190ffd71e17d83fc9f00c81d7d5b1 (diff) |
dr77: rebase to DEV300m87
Diffstat (limited to 'oox/source/xls/workbookhelper.cxx')
-rw-r--r-- | oox/source/xls/workbookhelper.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/xls/workbookhelper.cxx b/oox/source/xls/workbookhelper.cxx index a700d4a444f7..11c0474544cb 100644 --- a/oox/source/xls/workbookhelper.cxx +++ b/oox/source/xls/workbookhelper.cxx @@ -677,8 +677,7 @@ void WorkbookHelper::finalizeWorkbookImport() aDefPageStyle.setProperty< sal_Int16 >( PROP_FirstPageNumber, 0 ); /* Import the VBA project (after finalizing workbook settings which - contains the workbook code name), and attach VBA macros to document and - sheet events. */ + contains the workbook code name). */ StorageRef xVbaPrjStrg = mrBookData.getVbaProjectStorage(); if( xVbaPrjStrg.get() && xVbaPrjStrg->isStorage() ) getBaseFilter().getVbaProject().importVbaProject( *xVbaPrjStrg, getBaseFilter().getGraphicHelper() ); |