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 116409a6a25c..93fd33cc991f 100644
--- a/ucbhelper/source/provider/simpleinteractionrequest.cxx
+++ b/ucbhelper/source/provider/simpleinteractionrequest.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simpleinteractionrequest.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.20.1 $
*
* This file is part of OpenOffice.org.
*
@@ -100,7 +100,7 @@ SimpleInteractionRequest::SimpleInteractionRequest(
}
//=========================================================================
-const sal_Int32 SimpleInteractionRequest::getResponse() const
+sal_Int32 SimpleInteractionRequest::getResponse() const
{
rtl::Reference< InteractionContinuation > xSelection = getSelection();
if ( xSelection.is() )