summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-08-16 08:35:39 +0000
committerFrank Meies <fme@openoffice.org>2001-08-16 08:35:39 +0000
commit1eabcfaf7f393deeeb6d90cef13e9d34ac605bf6 (patch)
treecb748e94bc4890974cb2cfc4c49db689ad76530b /sw/source/ui/inc/actctrl.hxx
parent#90662# new default-fonts (diff)
downloadcore-1eabcfaf7f393deeeb6d90cef13e9d34ac605bf6.tar.gz
core-1eabcfaf7f393deeeb6d90cef13e9d34ac605bf6.zip
Fix #90760#: Removed VCL defines
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index 22d82bb653b3..bf649468f879 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: actctrl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:38 $
+ * last change: $Author: fme $ $Date: 2001-08-16 09:32:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,11 +75,7 @@ class NumEditAction: public NumericField
protected:
virtual void Action();
-#ifdef VCL
virtual long Notify( NotifyEvent& rNEvt );
-#else
- virtual long ParentNotify( NotifyEvent& rNEvt );
-#endif
public:
NumEditAction( Window* pParent, const ResId& rResId ) :
NumericField(pParent, rResId) {}