summaryrefslogtreecommitdiff
path: root/sw/inc/postithelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r--sw/inc/postithelper.hxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 2eaa37542688..9884a140b312 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -112,27 +112,6 @@ public:
SwPostItMgr& aMgr,
SwPostItBits aBits) = 0;
};
-/*
-class SwRedCommentItem: public SwSidebarItem
-{
-private:
- SwRedline* pRedline;
-public:
-
- SwRedCommentItem( SwRedline* pRed, bool aShow, bool aFocus)
- : SwSidebarItem(aShow,aFocus),
- pRedline(pRed) {}
- virtual ~SwRedCommentItem() {}
- virtual SwPosition GetAnchorPosition() const;
- virtual bool UseElement();
- virtual SwFmtFld* GetFmtFld() const {return 0; }
- virtual SfxBroadcaster* GetBroadCaster() const { return dynamic_cast<SfxBroadcaster *> (pRedline); }
- virtual sw::sidebarwindows::SwSidebarWin* GetSidebarWindow( SwEditWin& rEditWin,
- WinBits nBits,
- SwPostItMgr& aMgr,
- SwPostItBits aBits);
-};
-*/
class SwAnnotationItem: public SwSidebarItem
{