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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/warnpassword.cxx b/sc/source/ui/unoobj/warnpassword.cxx
index c00df0a3eedf..426644d9f736 100644
--- a/sc/source/ui/unoobj/warnpassword.cxx
+++ b/sc/source/ui/unoobj/warnpassword.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,10 +62,10 @@ bool ScWarnPassword::WarningOnPassword( SfxMedium& rMedium )
{
OUString empty;
- Any xException( makeAny(InteractiveAppException(empty,
- Reference <XInterface> (),
- InteractionClassification_QUERY,
- ERRCODE_SVX_EXPORT_FILTER_CRYPT)));
+ Any xException( makeAny(InteractiveAppException(empty,
+ Reference <XInterface> (),
+ InteractionClassification_QUERY,
+ ERRCODE_SVX_EXPORT_FILTER_CRYPT)));
Reference< ucbhelper::SimpleInteractionRequest > xRequest
= new ucbhelper::SimpleInteractionRequest(
@@ -83,7 +83,7 @@ bool ScWarnPassword::WarningOnPassword( SfxMedium& rMedium )
break;
case ucbhelper::CONTINUATION_APPROVE:
- // Continue
+ // Continue
break;
case ucbhelper::CONTINUATION_DISAPPROVE: