diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-15 09:06:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-23 13:08:48 +0200 |
commit | a880ec813114c204303a5b2a27909ab7f9e027de (patch) | |
tree | f5942b76bcc6ccbe970d18e7e107c78990db44f3 /include/sfx2/unoctitm.hxx | |
parent | 79ed057b955a8d23e8289b9a5898c8bdaebabbfa (diff) |
loplugin:staticmethods
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
Diffstat (limited to 'include/sfx2/unoctitm.hxx')
-rw-r--r-- | include/sfx2/unoctitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx index 21dd6ca2513f..26e3eb15ac5d 100644 --- a/include/sfx2/unoctitm.hxx +++ b/include/sfx2/unoctitm.hxx @@ -176,7 +176,7 @@ public: SfxDispatcher* GetDispatcher(); void SetFrame(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame); - void InterceptLOKStateChangeEvent(const SfxObjectShell* objSh, const ::com::sun::star::frame::FeatureStateEvent& aEvent) const; + static void InterceptLOKStateChangeEvent(const SfxObjectShell* objSh, const ::com::sun::star::frame::FeatureStateEvent& aEvent); }; #endif |