diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:28:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:28:13 +0000 |
commit | 0f0974575db98afddc8ce2ab7ebe11f2002d92b7 (patch) | |
tree | f77cb300e0738ee7eefb8821a104cf1f251857cd /sd/source/ui/inc/OutlineViewShell.hxx | |
parent | bf62287295ff8ad6953ace5d9cca9f62a4cb9ad3 (diff) |
INTEGRATION: CWS impress4ea1 (1.2.32); FILE MERGED
2004/02/26 13:12:09 af 1.2.32.1: #94356# Removed ruler from outline view.
Diffstat (limited to 'sd/source/ui/inc/OutlineViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/OutlineViewShell.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/source/ui/inc/OutlineViewShell.hxx b/sd/source/ui/inc/OutlineViewShell.hxx index eb928ec7c..b582293da 100644 --- a/sd/source/ui/inc/OutlineViewShell.hxx +++ b/sd/source/ui/inc/OutlineViewShell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: OutlineViewShell.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-01-20 11:38:14 $ + * last change: $Author: obo $ $Date: 2004-03-17 11:28:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,9 +206,6 @@ public: virtual void UpdatePreview (SdPage* pPage, BOOL bInit = FALSE); protected: - virtual SvxRuler* CreateHRuler(::sd::Window* pWin, BOOL bIsFirst); - virtual void UpdateHRuler(); - virtual void InnerResizePixel(const Point &rPos, const Size &rSize); virtual void OuterResizePixel(const Point &rPos, const Size &rSize); virtual Size GetOptimalSizePixel() const; |