diff options
Diffstat (limited to 'ucbhelper/inc')
-rwxr-xr-x | ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx | 4 | ||||
-rw-r--r-- | ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx b/ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx index 384d9cdd8f87..be53bb9fd7ba 100755 --- a/ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx +++ b/ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: simplecertificatevalidationrequest.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.20.1 $ * * This file is part of OpenOffice.org. * @@ -73,7 +73,7 @@ public: * @return the continuation choosen by an interaction handler or * CONTINUATION_UNKNOWN, if the request was not (yet) handled. */ - const sal_Int32 getResponse() const; + sal_Int32 getResponse() const; }; } // namespace ucbhelper diff --git a/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx b/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx index 26e27de46243..a7dfb86f33da 100644 --- a/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx +++ b/ucbhelper/inc/ucbhelper/simpleinteractionrequest.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: simpleinteractionrequest.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.4.20.1 $ * * This file is part of OpenOffice.org. * @@ -91,7 +91,7 @@ public: * @return the continuation choosen by an interaction handler or * CONTINUATION_UNKNOWN, if the request was not (yet) handled. */ - const sal_Int32 getResponse() const; + sal_Int32 getResponse() const; }; } // namespace ucbhelper |