diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-04 16:29:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-04 17:01:52 +0000 |
commit | 429ff8877a0a8c864b6b1fc227f6efccb61b5be6 (patch) | |
tree | 4e04d30ec3cf0044a7cbefc7ca7c20c38ad67e37 /sc/source/ui/vba/vbaassistant.hxx | |
parent | 2567d8040d060525a1125a36e4e3704421833787 (diff) |
V813: Decreased performance
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
Diffstat (limited to 'sc/source/ui/vba/vbaassistant.hxx')
-rw-r--r-- | sc/source/ui/vba/vbaassistant.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaassistant.hxx b/sc/source/ui/vba/vbaassistant.hxx index e10ab6a3fbff..3ccbc2d7d202 100644 --- a/sc/source/ui/vba/vbaassistant.hxx +++ b/sc/source/ui/vba/vbaassistant.hxx @@ -39,7 +39,7 @@ private: OUString m_sName; sal_Int32 m_nAnimation; public: - ScVbaAssistant( const css::uno::Reference< ov::XHelperInterface > xParent, const css::uno::Reference< css::uno::XComponentContext > xContext ); + ScVbaAssistant( const css::uno::Reference< ov::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext ); virtual ~ScVbaAssistant(); // XAssistant virtual sal_Bool SAL_CALL getOn() throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; |