diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-10 13:36:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-11 08:10:16 +0200 |
commit | 5fb961ad0b5938434777751c9d5c599f7400ab36 (patch) | |
tree | 75c890687be2874b7c8d2d408543c0defe607c65 /sw/inc/AnnotationWin.hxx | |
parent | 6491d6f9f23573a5ffe2ebd89c0875256851ec7a (diff) |
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 <od@openoffice.org>
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/AnnotationWin.hxx')
-rw-r--r-- | sw/inc/AnnotationWin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |