summaryrefslogtreecommitdiff
path: root/ucbhelper/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit3735d9d387398fd90ab63ce2b1367dd154bd0fb9 (patch)
tree1e9e71bcaf766edbcdde3e54149c816da72ccd13 /ucbhelper/source
parent1bed162a7494769275db0831810f51069415881f (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'ucbhelper/source')
-rwxr-xr-xucbhelper/source/provider/simplecertificatevalidationrequest.cxx4
-rw-r--r--ucbhelper/source/provider/simpleinteractionrequest.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
index 0b53ce8d127a..975547031621 100755
--- a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
+++ b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simplecertificatevalidationrequest.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.3.20.1 $
*
* This file is part of OpenOffice.org.
*
@@ -58,7 +58,7 @@ SimpleCertificateValidationRequest::SimpleCertificateValidationRequest( const sa
}
//=========================================================================
-const sal_Int32 SimpleCertificateValidationRequest::getResponse() const
+sal_Int32 SimpleCertificateValidationRequest::getResponse() const
{
rtl::Reference< InteractionContinuation > xSelection = getSelection();
if ( xSelection.is() )
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() )