summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/simpleinteractionrequest.cxx
diff options
context:
space:
mode:
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();