summaryrefslogtreecommitdiff
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-06-21 10:45:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-21 09:37:12 +0000
commite65b5c19985d725779d8381cc3bd75c441c0ff2e (patch)
tree333025416839c5a8178bdc8a8fd4d03d681a2f98 /include/vcl/ITiledRenderable.hxx
parente63be69226a6282d0dac1bc327d8fa8f7e7bbada (diff)
Remove no longer needed vcl::ITiledRenderable::registerCallback()
All clients has been changed to use SfxViewShell::registerLibreOfficeKitViewCallback() instead. Change-Id: I2538268dc9c4b449f68b5d2b05a72de584c29fd0 Reviewed-on: https://gerrit.libreoffice.org/26540 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r--include/vcl/ITiledRenderable.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index 9c82ba84cce4..65043a0bf86e 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -102,15 +102,6 @@ public:
virtual void initializeForTiledRendering(const css::uno::Sequence<css::beans::PropertyValue>& rArguments) = 0;
/**
- * Registers a callback that will be invoked whenever the tiled renderer
- * wants to notify the client about an event.
- *
- * @param pCallback is the callback function
- * @param pData is private data of the client that will be sent back when the callback is invoked
- */
- virtual void registerCallback(LibreOfficeKitCallback pCallback, void* pData) = 0;
-
- /**
* Posts a keyboard event on the document.
*
* @see lok::Document::postKeyEvent().