Kaydet (Commit) fe6f8010 authored tarafından Michael Meeks's avatar Michael Meeks

remove apparently unused SwPopup.

Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f
üst 98921d4c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment