diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2014-07-09 10:09:20 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2014-07-09 10:10:21 +0100 |
commit | fe6f8010595dafc5fa8baffbaf92a09526aca3df (patch) | |
tree | fd4e1a54ae5fe206a78a7cb4f6438b41963abab0 | |
parent | 98921d4c37a7c312b1b15a153de56fc4e442262e (diff) |
remove apparently unused SwPopup.
Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f
-rw-r--r-- | sw/source/uibase/inc/content.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/uibase/inc/content.hxx b/sw/source/uibase/inc/content.hxx index 880633d5ef54..5ff34cdcc378 100644 --- a/sw/source/uibase/inc/content.hxx +++ b/sw/source/uibase/inc/content.hxx @@ -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; |