diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-24 15:29:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:39 +0200 |
commit | add1351e5974a74e76f9095af1bc9c80ab543cf2 (patch) | |
tree | 043aea9eed1fd011ae75d9b6b528c1f9a419b3a6 /dbaccess/source/ui/app/AppController.hxx | |
parent | f304a7a14a4af4d3f46eab18d5494194028e61ef (diff) |
loplugin:staticmethods
Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30
Diffstat (limited to 'dbaccess/source/ui/app/AppController.hxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index e02281d2f102..f8a76f49b235 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -148,7 +148,7 @@ namespace dbaui @param _xContainer The container where the element type has to be found @return the element type corresponding to the given container */ - ElementType getElementType(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >& _xContainer) const; + static ElementType getElementType(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainer >& _xContainer); /** opens a new frame with either the table or the query or report or form or view @param _sName @@ -287,7 +287,7 @@ namespace dbaui @param _rFormatIds The vector to be filled up. */ - void getSupportedFormats(ElementType _eType,::std::vector<SotClipboardFormatId>& _rFormatIds) const; + static void getSupportedFormats(ElementType _eType,::std::vector<SotClipboardFormatId>& _rFormatIds); /** adds a listener to the current name access. @param _xCollection |