diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 12:07:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 12:07:31 +0000 |
commit | 9fd5758ef1549366c87372d629b57eb52ce38deb (patch) | |
tree | 13eb4813c095924047794479e0e6e899511d5fc4 /sd/source/ui/inc/SlideViewShell.hxx | |
parent | f7fd1526393001293238880fa9588204e86b0974 (diff) |
INTEGRATION: CWS impress7ea1 (1.2.78); FILE MERGED
2004/04/14 12:30:13 af 1.2.78.1: #115867# Added Activate() method that turns off unconditionally the preview.
Diffstat (limited to 'sd/source/ui/inc/SlideViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/SlideViewShell.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/inc/SlideViewShell.hxx b/sd/source/ui/inc/SlideViewShell.hxx index 0a42bfbd088f..dbdd51a752b9 100644 --- a/sd/source/ui/inc/SlideViewShell.hxx +++ b/sd/source/ui/inc/SlideViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: SlideViewShell.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-01-20 11:44:45 $ + * last change: $Author: obo $ $Date: 2004-04-27 13:07:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -208,6 +208,9 @@ public: void FocusHasChanged( USHORT nOldFocusPage, USHORT nNewFocusPage ); void PageVisibilityHasChanged( USHORT nPage, BOOL bVisible ); + /** On activation the preview is turned off. + */ + virtual void Activate (BOOL IsMDIActivate); protected: virtual void InnerResizePixel(const Point &rPos, const Size &rSize); |