summaryrefslogtreecommitdiff
path: root/uui/source/passwordcontainer.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:48:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 03:45:29 -0600
commitc4399bcd13cbe1cfa89c782e6667906c0b8bbb89 (patch)
tree3691b0e8387a6cc1600b5e1ffcced3d904918693 /uui/source/passwordcontainer.hxx
parentf993a8930a660b23f099c91a6dc636fb4cbe6f87 (diff)
Remove visual noise from uui
Change-Id: I64fa42929aad00fc63f2937527dd3539f9d6f7f3 Reviewed-on: https://gerrit.libreoffice.org/8337 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/source/passwordcontainer.hxx')
-rw-r--r--uui/source/passwordcontainer.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx
index ee410e9e8daa..f4f5b1970c3e 100644
--- a/uui/source/passwordcontainer.hxx
+++ b/uui/source/passwordcontainer.hxx
@@ -40,7 +40,7 @@ namespace com {
namespace uui {
-// ============================================================================
+
/** Passwordcontainer UNO service (com.sun.star.task.PasswordContainer) helper.
*/
@@ -52,7 +52,7 @@ public:
com::sun::star::uno::XComponentContext > const &
xContext );
- // ------------------------------------------------------------------------
+
/** This member function tries to handle an authentication interaction
request by looking up credentials for the given URL in the password
@@ -129,14 +129,14 @@ public:
bool bPersist )
SAL_THROW( (com::sun::star::uno::RuntimeException) );
- // ------------------------------------------------------------------------
+
private:
com::sun::star::uno::Reference<
com::sun::star::task::XPasswordContainer2 > m_xPasswordContainer;
};
-// ============================================================================
+
class PasswordContainerInteractionHandler :
public cppu::WeakImplHelper2< com::sun::star::lang::XServiceInfo,