diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-14 10:20:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-14 10:24:47 +0200 |
commit | b8eb2946511ce617323b13dffe2b1d9704e0be60 (patch) | |
tree | d5aa4f91e75d654a1cdfcd75f26dd4b813a73ff7 /uui/source/iahndl.hxx | |
parent | d8644c8edb405abd9d71e62e43e898c1d2a28fd2 (diff) |
loplugin:passstuffbyref in various
Change-Id: I80070c83204e531c2f599f8a56193d6ffe0e5022
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r-- | uui/source/iahndl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index 36a8fb46bf7c..48fac4ed2968 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -109,7 +109,7 @@ public: const OUString& aMessage, std::vector< OUString > const & rArguments ); - css::uno::Reference< css::uno::XComponentContext > + const css::uno::Reference< css::uno::XComponentContext >& getORB() const { return m_xContext; } private: @@ -131,10 +131,10 @@ private: vcl::Window * getParentProperty(); - css::uno::Reference< css::awt::XWindow> + const css::uno::Reference< css::awt::XWindow>& getParentXWindow() const; - OUString + const OUString& getContextProperty(); css::uno::Reference< css::task::XInteractionHandler2 > |