remove apparently unused SwPopup.
Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user