diff options
Diffstat (limited to 'sc/source/ui/vba/vbapane.hxx')
-rw-r--r-- | sc/source/ui/vba/vbapane.hxx | 8 |
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; } |