diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-06-03 00:10:45 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-06-03 00:10:45 +0200 |
commit | 1a842832cd174d5ccfd832fdb94c93ae42e8eacc (patch) | |
tree | 504a39bffa97f0b1465d13f69067f6438b4c60c3 /oox/source/xls | |
parent | 75098bd71cfa857d0388e1833369cf645d51eaaf (diff) |
tl78: #i110383# password to modify support for binary types only
Diffstat (limited to 'oox/source/xls')
-rw-r--r-- | oox/source/xls/workbooksettings.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/xls/workbooksettings.cxx b/oox/source/xls/workbooksettings.cxx index 2bb6461bba60..3a81b6fb5cab 100644 --- a/oox/source/xls/workbooksettings.cxx +++ b/oox/source/xls/workbooksettings.cxx @@ -307,8 +307,8 @@ void WorkbookSettings::finalizeImport() PropertySet aSettingsProp( xDocumentSettings ); if( maFileSharing.mbRecommendReadOnly ) aSettingsProp.setProperty( PROP_LoadReadonly, true ); - if( maFileSharing.mnPasswordHash != 0 ) - aSettingsProp.setProperty( PROP_ModifyPasswordHash, static_cast< sal_Int32 >( maFileSharing.mnPasswordHash ) ); +// if( maFileSharing.mnPasswordHash != 0 ) +// aSettingsProp.setProperty( PROP_ModifyPasswordHash, static_cast< sal_Int32 >( maFileSharing.mnPasswordHash ) ); } catch( Exception& ) { |