diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-09-24 16:39:54 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-09-24 16:39:54 +0000 |
commit | b82c106721f850612f711bc2352f3166b269216f (patch) | |
tree | 197a55ab4bc26708bd0bbb0d1902d602231f66fe /sc/source/ui/inc/navipi.hxx | |
parent | ca29758cc8a460c57f7aba650c940b4aab4836ed (diff) |
#90760# removed old ifdef VCL
Diffstat (limited to 'sc/source/ui/inc/navipi.hxx')
-rw-r--r-- | sc/source/ui/inc/navipi.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx index fe07d4a42..90f082bd7 100644 --- a/sc/source/ui/inc/navipi.hxx +++ b/sc/source/ui/inc/navipi.hxx @@ -2,9 +2,9 @@ * * $RCSfile: navipi.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2001-07-02 14:09:10 $ + * last change: $Author: nn $ $Date: 2001-09-24 17:29:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,11 +178,7 @@ public: void SetCol( USHORT nColNo ); protected: -#ifdef VCL virtual long Notify( NotifyEvent& rNEvt ); -#else - virtual void KeyInput( const KeyEvent& rKEvt ); -#endif virtual void LoseFocus(); virtual void Up(); virtual void Down(); @@ -215,11 +211,7 @@ public: void SetRow( USHORT nRow ){ SetValue( nRow ); } protected: -#ifdef VCL virtual long Notify( NotifyEvent& rNEvt ); -#else - virtual void KeyInput( const KeyEvent& rKEvt ); -#endif virtual void LoseFocus(); private: |