summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/warnpassword.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/warnpassword.cxx')
-rw-r--r--sc/source/ui/unoobj/warnpassword.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/warnpassword.cxx b/sc/source/ui/unoobj/warnpassword.cxx
index 6e1583df4506..befa90aedd61 100644
--- a/sc/source/ui/unoobj/warnpassword.cxx
+++ b/sc/source/ui/unoobj/warnpassword.cxx
@@ -42,10 +42,10 @@ bool ScWarnPassword::WarningOnPassword( SfxMedium& rMedium )
Reference< XInteractionHandler > xHandler( rMedium.GetInteractionHandler());
if( xHandler.is() )
{
- Any aException( makeAny(InteractiveAppException("",
+ Any aException( InteractiveAppException("",
Reference <XInterface> (),
InteractionClassification_QUERY,
- ERRCODE_SVX_EXPORT_FILTER_CRYPT)));
+ sal_uInt32(ERRCODE_SVX_EXPORT_FILTER_CRYPT)));
rtl::Reference< ucbhelper::SimpleInteractionRequest > xRequest
= new ucbhelper::SimpleInteractionRequest(