summaryrefslogtreecommitdiff
path: root/ucb/source/core/FileAccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/FileAccess.cxx')
-rw-r--r--ucb/source/core/FileAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/FileAccess.cxx b/ucb/source/core/FileAccess.cxx
index f386d14e69ca..6ec2fefc423d 100644
--- a/ucb/source/core/FileAccess.cxx
+++ b/ucb/source/core/FileAccess.cxx
@@ -167,7 +167,7 @@ class OCommandEnvironment : public cppu::WeakImplHelper< XCommandEnvironment >
Reference< XInteractionHandler > mxInteraction;
public:
- void setHandler( Reference< XInteractionHandler > xInteraction_ )
+ void setHandler( const Reference< XInteractionHandler >& xInteraction_ )
{
mxInteraction = xInteraction_;
}