From 5fb961ad0b5938434777751c9d5c599f7400ab36 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 10 Apr 2017 13:36:50 +0200 Subject: PB_Preview constant in SwSidebarWin is unused which leads to removing various preview stuff in the SwSidebarWin code Last usage seems to have gone with commit c230e962ca2c876187a028fa14426210b5746a0f Author: Oliver-Rainer Wittmann Date: Tue Jan 12 10:43:45 2010 +0100 sw33a11y01: #i88070# refactoring of sidebar window code used for visualization of comments/annotations Change-Id: Idc9382e01a21b679f157f6d1da84d871cb6f1059 Reviewed-on: https://gerrit.libreoffice.org/36377 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/AnnotationWin.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/AnnotationWin.hxx') diff --git a/sw/inc/AnnotationWin.hxx b/sw/inc/AnnotationWin.hxx index 5b2c186dae67..04122ce9f70b 100644 --- a/sw/inc/AnnotationWin.hxx +++ b/sw/inc/AnnotationWin.hxx @@ -34,7 +34,6 @@ class SwAnnotationWin : public sw::sidebarwindows::SwSidebarWin SwAnnotationWin( SwEditWin& rEditWin, WinBits nBits, SwPostItMgr& aMgr, - SwPostItBits aBits, SwSidebarItem& rSidebarItem, SwFormatField* aField ); virtual ~SwAnnotationWin() override; -- cgit