remove apparently unused SwPopup.

Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f
This commit is contained in:
Michael Meeks
2014-07-09 10:09:20 +01:00
parent 98921d4c37
commit fe6f801059

View File

@@ -33,20 +33,6 @@ class SwRangeRedline;
// helper classes
class SwPopup : public PopupMenu
{
sal_uInt16 nCurId;
virtual void Select() SAL_OVERRIDE {nCurId = GetCurItemId();}
public:
SwPopup() :
PopupMenu(),
nCurId(USHRT_MAX){}
sal_uInt16 GetCurId() const { return nCurId; }
};
class SwOutlineContent : public SwContent
{
sal_uInt16 nOutlinePos;