summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-20 14:36:38 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-20 14:36:38 +0000
commit3421a9eb93aab7b0819ea9910c14cccec938ebf4 (patch)
treedc0b6de5da6ee6f7da1d16ab43f886a6fdf456bf /sc/source/ui/cctrl
parentb730a86a1feb79089d0aa05dd4e2dd9854f2f273 (diff)
INTEGRATION: CWS qdiet01 (1.3.162); FILE MERGED
2003/10/09 10:30:01 mh 1.3.162.1: del: unused file, #i18390#
Diffstat (limited to 'sc/source/ui/cctrl')
-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