summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-29 09:07:32 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-29 09:12:59 +0100
commit5d54dd644dc44fb02754bc765a3550c38857ccca (patch)
treefb9378201db9a23cb64ec9c76261189f27242f54 /include/svx
parentf214e8fa3c0c279fbdfa3b2a4e7752e8bcc4b845 (diff)
svx: remove unused SdrModel::getLibreOfficeKitCallback()
Change-Id: Id6a12d40ea43512d2ee22f51034a6a8023f40e9e
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdmodel.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 6bf3fd2ce312..b6ec9bca2bb8 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -336,8 +336,6 @@ public:
OutputDevice* GetRefDevice() const { return pRefOutDev.get(); }
/// The actual implementation of the vcl::ITiledRenderable::registerCallback() API.
void registerLibreOfficeKitCallback(LibreOfficeKitCallback pCallback, void* pLibreOfficeKitData);
- /// Gets the LOK callback registered by registerLibreOfficeKitCallback().
- LibreOfficeKitCallback getLibreOfficeKitCallback() const;
/// Gets the LOK data registered by registerLibreOfficeKitCallback().
void* getLibreOfficeKitData() const;
/// Invokes the registered callback, if there are any.