From add1351e5974a74e76f9095af1bc9c80ab543cf2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Apr 2015 15:29:31 +0200 Subject: loplugin:staticmethods Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30 --- include/dbaccess/genericcontroller.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dbaccess') diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index c98af7393b5e..07a9decc97ca 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -342,7 +342,7 @@ namespace dbaui @see IController::registerCommandURL */ - bool isUserDefinedFeature( const sal_uInt16 nFeatureId ) const; + static bool isUserDefinedFeature( const sal_uInt16 nFeatureId ); /** determines whether the given feature URL denotes a user-defined feature @@ -432,7 +432,7 @@ namespace dbaui @return The layout manager of the frame, can be if the frame isn't initialized. */ - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > getLayoutManager(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _xFrame) const; + static ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > getLayoutManager(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _xFrame); // IController virtual void executeUnChecked(const ::com::sun::star::util::URL& _rCommand, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& aArgs) SAL_OVERRIDE; -- cgit