summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:28:52 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:28:52 +0000
commit4be484496d5de4d3c44350319cae02ec91221ffb (patch)
treee9924edf13fc76dc2a1683aadaf954db69645411 /sd/source/ui
parent31cc6c27e292cae73a585b2d2c111b05c0c82186 (diff)
INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED
2004/03/02 08:59:21 af 1.2.32.1: #i26017# Added missing OuterResizePixel().
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx18
1 files changed, 16 insertions, 2 deletions
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;