From 7073d20627ccfcdd705b53f9d8bc4b58fab9e82a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 19 Feb 2016 08:42:40 +0100 Subject: editeng: remove never read mpLibreOfficeKitCallback As all callback invocations happen with SdrModel's callback pointer. Change-Id: I0111040c501b7927332f88cc4797b8ebab2bc57a --- sw/inc/PostItMgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx index b4f96a675347..8f9a22017f3d 100644 --- a/sw/inc/PostItMgr.hxx +++ b/sw/inc/PostItMgr.hxx @@ -291,7 +291,7 @@ class SwPostItMgr: public SfxListener void DrawNotesForPage(OutputDevice *pOutDev, sal_uInt32 nPage); void PaintTile(OutputDevice& rRenderContext, const Rectangle& rRect); /// Informs already created annotations about a newly registered LOK callback. - void registerLibreOfficeKitCallback(LibreOfficeKitCallback pCallback, void* pData, OutlinerSearchable* pSearchable); + void registerLibreOfficeKitCallback(OutlinerSearchable* pSearchable); }; #endif -- cgit