summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaassistant.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-04 16:29:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-04 17:01:52 +0000
commit429ff8877a0a8c864b6b1fc227f6efccb61b5be6 (patch)
tree4e04d30ec3cf0044a7cbefc7ca7c20c38ad67e37 /sc/source/ui/vba/vbaassistant.hxx
parent2567d8040d060525a1125a36e4e3704421833787 (diff)
V813: Decreased performance
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
Diffstat (limited to 'sc/source/ui/vba/vbaassistant.hxx')
-rw-r--r--sc/source/ui/vba/vbaassistant.hxx2
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;