diff options
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.hxx')
-rw-r--r-- | sfx2/source/appl/helpinterceptor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx index 86af5a62201d..8356c309c1c2 100644 --- a/sfx2/source/appl/helpinterceptor.hxx +++ b/sfx2/source/appl/helpinterceptor.hxx @@ -73,7 +73,7 @@ public: HelpInterceptor_Impl(); virtual ~HelpInterceptor_Impl(); - void setInterception( css::uno::Reference< css::frame::XFrame > xFrame ); + void setInterception( const css::uno::Reference< css::frame::XFrame >& xFrame ); OUString GetCurrentURL() const { return m_aCurrentURL; } |