[Libreoffice-commits] core.git: sw/source

Michael Meeks michael.meeks at collabora.com
Wed Jul 9 02:08:49 PDT 2014


 sw/source/uibase/inc/content.hxx |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit fe6f8010595dafc5fa8baffbaf92a09526aca3df
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Jul 9 10:09:20 2014 +0100

    remove apparently unused SwPopup.
    
    Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f

diff --git a/sw/source/uibase/inc/content.hxx b/sw/source/uibase/inc/content.hxx
index 880633d..5ff34cd 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;


More information about the Libreoffice-commits mailing list