summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/docpasswordrequest.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:52:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:42:45 -0600
commita67c2a12bccef06f1fb17d8fbae08e44f44c4392 (patch)
tree354b2448d2aa8259a05ceb4e82605f8e37176528 /comphelper/source/misc/docpasswordrequest.cxx
parent65453d5aebdf851034632d5593f0a1023f7015fe (diff)
Remove visual noise from comphelper
Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89 Reviewed-on: https://gerrit.libreoffice.org/8242 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'comphelper/source/misc/docpasswordrequest.cxx')
-rw-r--r--comphelper/source/misc/docpasswordrequest.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/source/misc/docpasswordrequest.cxx b/comphelper/source/misc/docpasswordrequest.cxx
index d340d6e08080..380b0824883e 100644
--- a/comphelper/source/misc/docpasswordrequest.cxx
+++ b/comphelper/source/misc/docpasswordrequest.cxx
@@ -43,7 +43,7 @@ using ::com::sun::star::task::XInteractionRequest;
namespace comphelper {
-// ============================================================================
+
class AbortContinuation : public ::cppu::WeakImplHelper1< XInteractionAbort >
{
@@ -59,7 +59,7 @@ private:
bool mbSelected;
};
-// ============================================================================
+
class PasswordContinuation : public ::cppu::WeakImplHelper1< XInteractionPassword2 >
{
@@ -87,7 +87,7 @@ private:
bool mbSelected;
};
-// ============================================================================
+
SimplePasswordRequest::SimplePasswordRequest( PasswordRequestMode eMode )
: mpAbort( NULL )
@@ -126,7 +126,7 @@ Sequence< Reference< XInteractionContinuation > > SAL_CALL SimplePasswordRequest
return maContinuations;
}
-// ============================================================================
+
DocPasswordRequest::DocPasswordRequest( DocPasswordRequestType eType,
PasswordRequestMode eMode, const OUString& rDocumentName, bool bPasswordToModify )
@@ -192,7 +192,7 @@ Sequence< Reference< XInteractionContinuation > > SAL_CALL DocPasswordRequest::g
return maContinuations;
}
-// ============================================================================
+
} // namespace comphelper