summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-24 15:29:31 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:39 +0200
commitadd1351e5974a74e76f9095af1bc9c80ab543cf2 (patch)
tree043aea9eed1fd011ae75d9b6b528c1f9a419b3a6 /include/dbaccess
parentloplugin:staticmethods (diff)
downloadcore-add1351e5974a74e76f9095af1bc9c80ab543cf2.tar.gz
core-add1351e5974a74e76f9095af1bc9c80ab543cf2.zip
loplugin:staticmethods
Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/genericcontroller.hxx4
1 files changed, 2 insertions, 2 deletions
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 <NULL/> 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;