summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/contentinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/contentinfo.hxx')
-rw-r--r--ucbhelper/source/provider/contentinfo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/provider/contentinfo.hxx b/ucbhelper/source/provider/contentinfo.hxx
index 9223848321ac..b24a291ccbf3 100644
--- a/ucbhelper/source/provider/contentinfo.hxx
+++ b/ucbhelper/source/provider/contentinfo.hxx
@@ -58,7 +58,7 @@ private:
const css::uno::Sequence< css::beans::Property > & getPropertiesImpl();
public:
- PropertySetInfo( const css::uno::Reference< css::ucb::XCommandEnvironment >& rxEnv,
+ PropertySetInfo( css::uno::Reference< css::ucb::XCommandEnvironment > xEnv,
ContentImplHelper* pContent );
virtual ~PropertySetInfo() override;
@@ -97,7 +97,7 @@ private:
const css::uno::Sequence< css::ucb::CommandInfo > & getCommandsImpl();
public:
- CommandProcessorInfo( const css::uno::Reference< css::ucb::XCommandEnvironment >& rxEnv,
+ CommandProcessorInfo( css::uno::Reference< css::ucb::XCommandEnvironment > xEnv,
ContentImplHelper* pContent );
virtual ~CommandProcessorInfo() override;