summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ViewShellBase.hxx
diff options
context:
space:
mode:
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;