summaryrefslogtreecommitdiff
path: root/configmgr
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
commita3458db24dc4688fcca14242917ec3bd62a6adcb (patch)
treeb902384544d6fb83961786eae1fdc3554475ce1e /configmgr
parent7f0a1dea69541e73a8a38da7906a65aad63c8902 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/simpleinteractionrequest.hxx4
-rw-r--r--configmgr/source/misc/simpleinteractionrequest.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/inc/simpleinteractionrequest.hxx b/configmgr/source/inc/simpleinteractionrequest.hxx
index 0476a45a7bcb..817d465859cd 100644
--- a/configmgr/source/inc/simpleinteractionrequest.hxx
+++ b/configmgr/source/inc/simpleinteractionrequest.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simpleinteractionrequest.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.4.18.1 $
*
* This file is part of OpenOffice.org.
*
@@ -77,7 +77,7 @@ namespace apihelper {
* @return the continuation choosen by an interaction handler or
* CONTINUATION_UNKNOWN, if the request was not (yet) handled.
*/
- const Continuation getResponse() const;
+ Continuation getResponse() const;
};
/** These are the constants that can be passed to the constructor of class
diff --git a/configmgr/source/misc/simpleinteractionrequest.cxx b/configmgr/source/misc/simpleinteractionrequest.cxx
index 135a4fa42cb1..db32ce2301c6 100644
--- a/configmgr/source/misc/simpleinteractionrequest.cxx
+++ b/configmgr/source/misc/simpleinteractionrequest.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simpleinteractionrequest.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.18.1 $
*
* This file is part of OpenOffice.org.
*
@@ -74,7 +74,7 @@ SimpleInteractionRequest::SimpleInteractionRequest(
}
//=========================================================================
-const SimpleInteractionRequest::Continuation SimpleInteractionRequest::getResponse() const
+SimpleInteractionRequest::Continuation SimpleInteractionRequest::getResponse() const
{
uno::Reference< task::XInteractionContinuation > xSelection = this->getSelection();
if ( xSelection.is() )