summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:28:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:28:25 +0000
commit31cc6c27e292cae73a585b2d2c111b05c0c82186 (patch)
tree11d34e80d27134fc1447d78f39f5b3c4cbebbbac /sd/source/ui/inc/ViewShellBase.hxx
parent9ee7a8a6135c41c135c1159e959cfd5721a98e86 (diff)
INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED
2004/03/02 08:54:55 af 1.2.32.1: #i26017# Added missing OuterResizePixel().
Diffstat (limited to 'sd/source/ui/inc/ViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ViewShellBase.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 3e2fbc6fbdf6..3aa739b71521 100644
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShellBase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 11:46:43 $
+ * last change: $Author: obo $ $Date: 2004-03-17 11:28:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,8 +154,6 @@ public:
*/
DrawController* GetDrawController (void);
- virtual void InnerResizePixel (const Point &rPos, const Size &rSize);
-
/** This call is forwarded to the main sub-shell.
*/
virtual ErrCode DoVerb (long nVerb);
@@ -199,6 +197,9 @@ protected:
const SfxHint& rHint,
const TypeId& rHintType);
+ virtual void InnerResizePixel (const Point &rOfs, const Size &rSize);
+ virtual void OuterResizePixel (const Point &rOfs, const Size &rSize);
+
private:
osl::Mutex maMutex;