summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/pview.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-27 08:01:27 +0000
committerOliver Specht <os@openoffice.org>2002-11-27 08:01:27 +0000
commitcdcb80e70295e28f2f613d93d8408210a609a2b3 (patch)
tree3545155ec1da4e5d2f87a19af5b513988364981e /sw/source/ui/inc/pview.hxx
parentb0c3975be7f2cbd00449fcd0538779a661b226f3 (diff)
#103492# zoomable page preview
Diffstat (limited to 'sw/source/ui/inc/pview.hxx')
-rw-r--r--sw/source/ui/inc/pview.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/ui/inc/pview.hxx b/sw/source/ui/inc/pview.hxx
index a64f92e0fb70..0377a52399dd 100644
--- a/sw/source/ui/inc/pview.hxx
+++ b/sw/source/ui/inc/pview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pview.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2002-06-28 12:09:34 $
+ * last change: $Author: os $ $Date: 2002-11-27 08:55:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,9 @@
#include <sfx2/viewsh.hxx>
#endif
#include "shellid.hxx"
+#ifndef _SVX_ZOOMITEM_HXX
+#include <svx/zoomitem.hxx>
+#endif
class SwViewOption;
class SwDocShell;
@@ -210,6 +213,8 @@ protected:
virtual void OuterResizePixel( const Point &rOfs, const Size &rSize );
virtual Size GetOptimalSizePixel() const;
+ void SetZoom(SvxZoomType eSet, USHORT nFactor);
+
public:
SFX_DECL_VIEWFACTORY(SwPagePreView);
SFX_DECL_INTERFACE(SW_PAGEPREVIEW);