From ed2d342e97e43ff25f450ab6a5752baded6813e4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 23 Jun 2016 08:47:05 +0200 Subject: Remove unused SfxObjectShell::libreOfficeKitCallback() All clients have been converted to use SfxViewShell::libreOfficeKitViewCallback() instead. Change-Id: I793dad5194769f331037b12a1b1afba96ddea4ba Reviewed-on: https://gerrit.libreoffice.org/26584 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sd/source/ui/docshell/docshell.cxx | 4 ---- sd/source/ui/inc/DrawDocShell.hxx | 2 -- 2 files changed, 6 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index b948bd94680c..ccf257c54679 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -478,10 +478,6 @@ void DrawDocShell::ClearUndoBuffer() pUndoManager->Clear(); } -void DrawDocShell::libreOfficeKitCallback(int /*nType*/, const char* /*pPayload*/) const -{ -} - } // end of namespace sd /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index cc5a8c0e3d1c..d377abf378c9 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -201,8 +201,6 @@ public: void ClearUndoBuffer(); - virtual void libreOfficeKitCallback(int nType, const char* pPayload) const override; - protected: SdDrawDocument* mpDoc; -- cgit