summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/interactionrequest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 08df5d700b85..c3dbf8fc9035 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -647,7 +647,7 @@ public:
// XAuthFallback
virtual void SAL_CALL setCode( const OUString& code )
throw (::css::uno::RuntimeException, ::std::exception) override;
- OUString SAL_CALL getCode()
+ const OUString& SAL_CALL getCode()
throw (::css::uno::RuntimeException, ::std::exception);