From 4be484496d5de4d3c44350319cae02ec91221ffb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Mar 2004 10:28:52 +0000 Subject: INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED 2004/03/02 08:59:21 af 1.2.32.1: #i26017# Added missing OuterResizePixel(). --- sd/source/ui/view/ViewShellBase.cxx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/view') diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index a1b28384536b..a68c1b687ad7 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ViewShellBase.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-01-20 12:40:45 $ + * last change: $Author: obo $ $Date: 2004-03-17 11:28:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -348,6 +348,7 @@ void ViewShellBase::SFX_NOTIFY(SfxBroadcaster& rBC, void ViewShellBase::InnerResizePixel(const Point &rPos, const Size &rSize) { + SfxViewShell::InnerResizePixel (rPos, rSize); ViewShell* pMainViewShell = GetSubShellManager().GetMainSubShell(); if (pMainViewShell != NULL) pMainViewShell->InnerResizePixel (rPos, rSize); @@ -356,6 +357,19 @@ void ViewShellBase::InnerResizePixel(const Point &rPos, const Size &rSize) +void ViewShellBase::OuterResizePixel(const Point &rPos, const Size &rSize) +{ + /*af + SfxViewShell::OuterResizePixel (rPos, rSize); + ViewShell* pMainViewShell = GetSubShellManager().GetMainSubShell(); + if (pMainViewShell != NULL) + pMainViewShell->OuterResizePixel (rPos, rSize); + */ +} + + + + ErrCode ViewShellBase::DoVerb (long nVerb) { ErrCode aResult = ERRCODE_NONE; -- cgit