diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/filterdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx index 02aec2bc88a6..66d581a5a6d5 100644 --- a/oox/source/core/filterdetect.cxx +++ b/oox/source/core/filterdetect.cxx @@ -334,7 +334,7 @@ Reference< XInputStream > FilterDetect::extractUnencryptedPackage( MediaDescript Sequence<NamedValue> aEncryptionData; aEncryptionData = rMediaDescriptor.requestAndVerifyDocPassword( aVerifier, - comphelper::DocPasswordRequestType_MS, + comphelper::DocPasswordRequestType::MS, &aDefaultPasswords ); if( aEncryptionData.getLength() == 0 ) |