diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-13 11:34:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-13 11:42:54 +0100 |
commit | a4ad260454df9bac6c4f16449bd0bfbe0e04827a (patch) | |
tree | 36418b231e10effa3130305611b742a202daca94 /sd | |
parent | b7b19814bc280e0f05dbbe4bf04758b092613762 (diff) |
rename SetKey to SetCryptMaskKey
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/sdpptwrp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx index 5f25abc4f9f3..c87de890363c 100644 --- a/sd/source/filter/sdpptwrp.cxx +++ b/sd/source/filter/sdpptwrp.cxx @@ -100,7 +100,7 @@ sal_Bool SdPPTFilter::Import() if( pDocStream ) { pDocStream->SetVersion( pStorage->GetVersion() ); - pDocStream->SetKey( pStorage->GetKey() ); + pDocStream->SetCryptMaskKey(pStorage->GetKey()); String aTraceConfigPath( RTL_CONSTASCII_USTRINGPARAM( "Office.Tracing/Import/PowerPoint" ) ); Sequence< PropertyValue > aConfigData( 1 ); |