From fe6f8010595dafc5fa8baffbaf92a09526aca3df Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 9 Jul 2014 10:09:20 +0100 Subject: [PATCH] remove apparently unused SwPopup. Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f --- sw/source/uibase/inc/content.hxx | 14 -------------- 1 file changed, 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;