summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:34:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:34:04 +0000
commit5f3c9540306619bd0c048d4e7c30b88f5301631a (patch)
treeff0797d35ce8195e8b312c5faea37c9af47e27c9 /svtools/source/hatchwindow
parent5e5327030f0ddaf2d208eada437308c7876d023e (diff)
INTEGRATION: CWS chart2mst3 (1.4.42); FILE MERGED
2006/11/24 19:36:45 bm 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/07 11:03:09 mav 1.4.42.1: #i62857# the methods must be declared as virtual
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r--svtools/source/hatchwindow/ipwin.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svtools/source/hatchwindow/ipwin.hxx b/svtools/source/hatchwindow/ipwin.hxx
index eca376b66e64..352759825a92 100644
--- a/svtools/source/hatchwindow/ipwin.hxx
+++ b/svtools/source/hatchwindow/ipwin.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ipwin.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-11-01 18:19:14 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:34:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,14 +113,14 @@ public:
SvBorder GetAllBorderPixel() const;
void SelectMouse( const Point & rPos );
- void MouseButtonUp( const MouseEvent & rEvt );
- void MouseMove( const MouseEvent & rEvt );
- void MouseButtonDown( const MouseEvent & rEvt );
- void KeyInput( const KeyEvent & rEvt );
- void Resize();
- void Paint( const Rectangle & );
- long Notify( NotifyEvent& rNEvt );
- long PreNotify( NotifyEvent& rNEvt );
+ virtual void MouseButtonUp( const MouseEvent & rEvt );
+ virtual void MouseMove( const MouseEvent & rEvt );
+ virtual void MouseButtonDown( const MouseEvent & rEvt );
+ virtual void KeyInput( const KeyEvent & rEvt );
+ virtual void Resize();
+ virtual void Paint( const Rectangle & );
+ virtual long Notify( NotifyEvent& rNEvt );
+ virtual long PreNotify( NotifyEvent& rNEvt );
void QueryObjAreaPixel( Rectangle & );
void RequestObjAreaPixel( const Rectangle & );