summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbamenu.cxx
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/vbamenu.cxx
parent2567d8040d060525a1125a36e4e3704421833787 (diff)
V813: Decreased performance
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
Diffstat (limited to 'sc/source/ui/vba/vbamenu.cxx')
-rw-r--r--sc/source/ui/vba/vbamenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbamenu.cxx b/sc/source/ui/vba/vbamenu.cxx
index 328d43ee0ec6..f0088b8af289 100644
--- a/sc/source/ui/vba/vbamenu.cxx
+++ b/sc/source/ui/vba/vbamenu.cxx
@@ -13,7 +13,7 @@
using namespace com::sun::star;
using namespace ooo::vba;
-ScVbaMenu::ScVbaMenu( const uno::Reference< ov::XHelperInterface > xParent, const uno::Reference< uno::XComponentContext > xContext, const uno::Reference< XCommandBarControl >& xCommandBarControl ) throw( uno::RuntimeException ) : Menu_BASE( xParent, xContext ), m_xCommandBarControl( xCommandBarControl )
+ScVbaMenu::ScVbaMenu( const uno::Reference< ov::XHelperInterface >& rParent, const uno::Reference< uno::XComponentContext >& rContext, const uno::Reference< XCommandBarControl >& rCommandBarControl ) throw( uno::RuntimeException ) : Menu_BASE( rParent, rContext ), m_xCommandBarControl( rCommandBarControl )
{
}