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/postithelper.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/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 5e323aa4cf5d..90cfaf3a5d7e 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -38,8 +38,6 @@ namespace sw { namespace sidebarwindows { struct SwPosition; -typedef sal_Int64 SwPostItBits; - struct SwLayoutInfo { const SwFrame* mpAnchorFrame; |