summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/simpleauthenticationrequest.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:39:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:23:27 -0600
commitc99a1994889ac68164030459cad87241ef236276 (patch)
treed3efa602a41d80393f7bf8f6745e8b4b4cd70428 /ucbhelper/source/provider/simpleauthenticationrequest.cxx
parent3dd72c19eb2d640c48973f235578ed4cc5dab566 (diff)
Remove visual noise from ucbhelper
Change-Id: Id9396eca64069f2f0ba636ac9efa090f121afdd3 Reviewed-on: https://gerrit.libreoffice.org/8330 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ucbhelper/source/provider/simpleauthenticationrequest.cxx')
-rw-r--r--ucbhelper/source/provider/simpleauthenticationrequest.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/source/provider/simpleauthenticationrequest.cxx b/ucbhelper/source/provider/simpleauthenticationrequest.cxx
index ea036be0816b..cdaa80ab81f1 100644
--- a/ucbhelper/source/provider/simpleauthenticationrequest.cxx
+++ b/ucbhelper/source/provider/simpleauthenticationrequest.cxx
@@ -24,7 +24,7 @@
using namespace com::sun::star;
using namespace ucbhelper;
-//=========================================================================
+
SimpleAuthenticationRequest::SimpleAuthenticationRequest(
const OUString & rURL,
const OUString & rServerName,
@@ -64,7 +64,7 @@ SimpleAuthenticationRequest::SimpleAuthenticationRequest(
bAllowUseSystemCredentials );
}
-//=========================================================================
+
SimpleAuthenticationRequest::SimpleAuthenticationRequest(
const OUString & rURL,
const OUString & rServerName,
@@ -107,7 +107,7 @@ SimpleAuthenticationRequest::SimpleAuthenticationRequest(
false );
}
-//=========================================================================
+
void SimpleAuthenticationRequest::initialize(
const ucb::URLAuthenticationRequest & rRequest,
bool bCanSetRealm,