summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/popmenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/cctrl/popmenu.cxx')
-rw-r--r--sc/source/ui/cctrl/popmenu.cxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/sc/source/ui/cctrl/popmenu.cxx b/sc/source/ui/cctrl/popmenu.cxx
index 19d5985fc8c5..4395a534af3a 100644
--- a/sc/source/ui/cctrl/popmenu.cxx
+++ b/sc/source/ui/cctrl/popmenu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: popmenu.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:05:50 $
+ * last change: $Author: obo $ $Date: 2003-10-20 15:36:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,28 +67,17 @@
#pragma hdrstop
-#ifndef PCH
-#include <segmentc.hxx>
-#endif
-
// INCLUDE ---------------------------------------------------------------
#include "popmenu.hxx"
-// STATIC DATA -----------------------------------------------------------
-
-SEG_EOFGLOBALS()
-
//------------------------------------------------------------------
-#pragma SEG_FUNCDEF(popmenu_01)
-
void __EXPORT ScPopupMenu::Select()
{
nSel = GetCurItemId();
bHit = TRUE;
}
-#pragma SEG_EOFMODULE