diff options
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r-- | sc/source/ui/inc/preview.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index 80b3ece31..3b9302d8c 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -4,9 +4,9 @@ * * $RCSfile: preview.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:44:51 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:25:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,6 +88,8 @@ private: void InvalidateLocationData( ULONG nId ); + using Window::SetZoom; + protected: virtual void Paint( const Rectangle& rRect ); virtual void Command( const CommandEvent& rCEvt ); |