summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultsetstub.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/cacher/cachedcontentresultsetstub.hxx')
-rw-r--r--ucb/source/cacher/cachedcontentresultsetstub.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/cacher/cachedcontentresultsetstub.hxx b/ucb/source/cacher/cachedcontentresultsetstub.hxx
index 9157d9791c4c..979310010a73 100644
--- a/ucb/source/cacher/cachedcontentresultsetstub.hxx
+++ b/ucb/source/cacher/cachedcontentresultsetstub.hxx
@@ -54,7 +54,7 @@ private:
void SAL_CALL
impl_getCurrentRowContent(
css::uno::Any& rRowContent,
- css::uno::Reference< css::sdbc::XRow > xRow )
+ const css::uno::Reference< css::sdbc::XRow >& xRow )
throw ( css::sdbc::SQLException
, css::uno::RuntimeException );
@@ -64,19 +64,19 @@ private:
static void SAL_CALL
impl_getCurrentContentIdentifierString(
css::uno::Any& rAny
- , css::uno::Reference< css::ucb::XContentAccess > xContentAccess )
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
throw ( css::uno::RuntimeException );
static void SAL_CALL
impl_getCurrentContentIdentifier(
css::uno::Any& rAny
- , css::uno::Reference< css::ucb::XContentAccess > xContentAccess )
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
throw ( css::uno::RuntimeException );
static void SAL_CALL
impl_getCurrentContent(
css::uno::Any& rAny
- , css::uno::Reference< css::ucb::XContentAccess > xContentAccess )
+ , const css::uno::Reference< css::ucb::XContentAccess >& xContentAccess )
throw ( css::uno::RuntimeException );
void SAL_CALL