diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-23 15:47:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-24 11:48:38 +0200 |
commit | 3b168bc6854cb494cf3a0c1e826ce3fed1d0c141 (patch) | |
tree | d33dfb1599c1eeae99b4175d27b14bfc8e0978a0 /sw | |
parent | 5d8474bae086bc798212186ff5057eb3350d225b (diff) |
convert DocPasswordRequestType to scoped enum
Change-Id: I25d217ca2cf3e8cc4dfaccc6dc7d5453ffdc6cb6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index b40c2f96515e..be8df2362dbc 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -5530,7 +5530,7 @@ namespace if( xHandler.is() ) { ::comphelper::DocPasswordRequest* pRequest = new ::comphelper::DocPasswordRequest( - ::comphelper::DocPasswordRequestType_MS, task::PasswordRequestMode_PASSWORD_ENTER, + ::comphelper::DocPasswordRequestType::MS, task::PasswordRequestMode_PASSWORD_ENTER, INetURLObject( rMedium.GetOrigURL() ).GetName( INetURLObject::DECODE_WITH_CHARSET ) ); uno::Reference< task::XInteractionRequest > xRequest( pRequest ); |