summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-06-10 09:04:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-10 07:56:13 +0000
commitc3d837739b2ff14213b420ea613ce2fe1730a2cc (patch)
tree7940e4800a8d63d2b6d64086534d5975f2d1dc3a /include
parent6d9d932b77f84c66df0dcd2d2f3c8d71b12287af (diff)
sfx2: implement per-view LOK_CALLBACK_STATE_CHANGED
With this, bindings updates ("cursor moved into a bold area", etc) are correctly sent to (and only to) the matching view. Change-Id: If10ff46dd0243cfc2f1c5566c53a7e81efa635b4 Reviewed-on: https://gerrit.libreoffice.org/26145 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/unoctitm.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/unoctitm.hxx b/include/sfx2/unoctitm.hxx
index 235c815270ea..c2e060e0b2b6 100644
--- a/include/sfx2/unoctitm.hxx
+++ b/include/sfx2/unoctitm.hxx
@@ -147,8 +147,6 @@ public:
void UnBindController();
SfxDispatcher* GetDispatcher();
void SetFrame(const css::uno::Reference< css::frame::XFrame >& xFrame);
-
- static void InterceptLOKStateChangeEvent(const SfxObjectShell* objSh, const css::frame::FeatureStateEvent& aEvent);
};
#endif