diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:40:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:40:52 +0000 |
commit | 94891d6ee3e3c48f1866693077c47a48bee0a0dc (patch) | |
tree | ce5bf83bc876750b1ba6d1ae3ad27e5235372f6a /chart2 | |
parent | 49e605a179a18d4caf387384d4cc58b18fdccdb8 (diff) |
INTEGRATION: CWS aw033 (1.5.18); FILE MERGED
2008/07/10 12:45:10 aw 1.5.18.1: #i39532# XOutputDevice removed, PrepareDelete removed
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartWindow.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartWindow.hxx b/chart2/source/controller/main/ChartWindow.hxx index cee26e47dfad..41cc7b514a07 100644 --- a/chart2/source/controller/main/ChartWindow.hxx +++ b/chart2/source/controller/main/ChartWindow.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ChartWindow.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -54,6 +54,7 @@ public: void clear(); //from base class Window: + virtual void PrePaint(); virtual void Paint( const Rectangle& rRect ); virtual void MouseButtonDown( const MouseEvent& rMEvt ); virtual void MouseMove( const MouseEvent& rMEvt ); |