summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapane.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/vbapane.hxx
parent2567d8040d060525a1125a36e4e3704421833787 (diff)
V813: Decreased performance
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
Diffstat (limited to 'sc/source/ui/vba/vbapane.hxx')
-rw-r--r--sc/source/ui/vba/vbapane.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbapane.hxx b/sc/source/ui/vba/vbapane.hxx
index 64551991be71..104e74a4cf8c 100644
--- a/sc/source/ui/vba/vbapane.hxx
+++ b/sc/source/ui/vba/vbapane.hxx
@@ -30,10 +30,10 @@ class ScVbaPane : public ScVbaPane_BASE
{
public:
ScVbaPane(
- const css::uno::Reference< ov::XHelperInterface >& xParent,
- const css::uno::Reference< css::uno::XComponentContext >& xContext,
- const css::uno::Reference< css::frame::XModel >& xModel,
- const css::uno::Reference< css::sheet::XViewPane > xViewPane ) throw (css::uno::RuntimeException);
+ const css::uno::Reference< ov::XHelperInterface >& rParent,
+ const css::uno::Reference< css::uno::XComponentContext >& rContext,
+ const css::uno::Reference< css::frame::XModel >& rModel,
+ const css::uno::Reference< css::sheet::XViewPane >& rViewPane ) throw (css::uno::RuntimeException);
css::uno::Reference< css::sheet::XViewPane > getViewPane() const { return m_xViewPane; }