summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl.hxx')
-rw-r--r--uui/source/iahndl.hxx6
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 >