summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/webdavcontent.hxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-07-11 12:54:02 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-07-11 12:55:31 +0200
commit89df4412dcff84eb7ef77bf77b5db499ed44fb18 (patch)
tree546eb76c95c03025851dcebc73ec84ebf05bb808 /ucb/source/ucp/webdav/webdavcontent.hxx
parent390f842de17755fc5f67b60fc638324b33aa1d96 (diff)
webdav: Do not return reference here.
This was missing in e07cefb4f7ba39d59d25815e208ed61269079142. Change-Id: I1c9a3f88981ee67d9d5748f9e43eed1237422fb1
Diffstat (limited to 'ucb/source/ucp/webdav/webdavcontent.hxx')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.hxx b/ucb/source/ucp/webdav/webdavcontent.hxx
index f6e06394ab33..3f6c2cb2b783 100644
--- a/ucb/source/ucp/webdav/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav/webdavcontent.hxx
@@ -125,12 +125,12 @@ private:
const OUString
getBaseURI( const boost::scoped_ptr< DAVResourceAccess > & rResAccess );
- const ResourceType &
+ ResourceType
getResourceType( const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XCommandEnvironment >& xEnv )
throw ( ::com::sun::star::uno::Exception );
- const ResourceType &
+ ResourceType
getResourceType( const ::com::sun::star::uno::Reference<
::com::sun::star::ucb::XCommandEnvironment >& xEnv,
const boost::scoped_ptr< DAVResourceAccess > & rResAccess,