summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/simpleinteractionrequest.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/simpleinteractionrequest.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/simpleinteractionrequest.cxx')
-rw-r--r--ucbhelper/source/provider/simpleinteractionrequest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/simpleinteractionrequest.cxx b/ucbhelper/source/provider/simpleinteractionrequest.cxx
index c592c5993607..01a541726fa6 100644
--- a/ucbhelper/source/provider/simpleinteractionrequest.cxx
+++ b/ucbhelper/source/provider/simpleinteractionrequest.cxx
@@ -22,7 +22,7 @@
using namespace com::sun::star;
using namespace ucbhelper;
-//=========================================================================
+
SimpleInteractionRequest::SimpleInteractionRequest(
const uno::Any & rRequest,
const sal_Int32 nContinuations )
@@ -86,7 +86,7 @@ SimpleInteractionRequest::SimpleInteractionRequest(
setContinuations( aContinuations );
}
-//=========================================================================
+
sal_Int32 SimpleInteractionRequest::getResponse() const
{
rtl::Reference< InteractionContinuation > xSelection = getSelection();