summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-23 15:47:28 +0200
committerNoel Grandin <noel@peralex.com>2016-02-24 11:48:38 +0200
commit3b168bc6854cb494cf3a0c1e826ce3fed1d0c141 (patch)
treed33dfb1599c1eeae99b4175d27b14bfc8e0978a0 /oox
parent5d8474bae086bc798212186ff5057eb3350d225b (diff)
convert DocPasswordRequestType to scoped enum
Change-Id: I25d217ca2cf3e8cc4dfaccc6dc7d5453ffdc6cb6
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/filterdetect.cxx2
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 )