diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-28 14:50:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:40 +0200 |
commit | cc7af44abd5999cf8af69dd8e5e8f86908a3fcb6 (patch) | |
tree | 9dae0ce76119d8179ba7774f8c6e41f3793a101b /vbahelper/source/msforms/vbamultipage.hxx | |
parent | 01c2626107326cc55cd5e5842c78310cf53be9c4 (diff) |
loplugin:staticmethods
Change-Id: I86e2095bee82a2a6a28b8750e5a328c4d395e2aa
Diffstat (limited to 'vbahelper/source/msforms/vbamultipage.hxx')
-rw-r--r-- | vbahelper/source/msforms/vbamultipage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbamultipage.hxx b/vbahelper/source/msforms/vbamultipage.hxx index e53b214080c0..b3f32331a1a5 100644 --- a/vbahelper/source/msforms/vbamultipage.hxx +++ b/vbahelper/source/msforms/vbamultipage.hxx @@ -31,7 +31,7 @@ typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XMultiPage > Mu class ScVbaMultiPage : public MultiPageImpl_BASE { - css::uno::Reference< css::container::XIndexAccess > getPages( sal_Int32 nPages ); + static css::uno::Reference< css::container::XIndexAccess > getPages( sal_Int32 nPages ); public: ScVbaMultiPage( const css::uno::Reference< ov::XHelperInterface >& xParent, @@ -49,7 +49,7 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; // XDefaultProperty - OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); } + static OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); } }; #endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAMULTIPAGE_HXX |