summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-21 16:24:43 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-21 16:24:43 +0000
commit0c937cb99bbf1689b0ee787c6c3d53d368ad7a42 (patch)
tree433d03e8da91ef94f190ee3150b8ac9fb73089b7
parentd72f887497290f02af94e3a866801ed7459e0930 (diff)
INTEGRATION: CWS viewswitch (1.4.72); FILE MERGED
2006/02/02 09:52:22 af 1.4.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().
-rw-r--r--sd/source/ui/inc/PresentationViewShellBase.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/sd/source/ui/inc/PresentationViewShellBase.hxx b/sd/source/ui/inc/PresentationViewShellBase.hxx
index d4446d11c22f..2343ae19b6bc 100644
--- a/sd/source/ui/inc/PresentationViewShellBase.hxx
+++ b/sd/source/ui/inc/PresentationViewShellBase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PresentationViewShellBase.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:12:37 $
+ * last change: $Author: obo $ $Date: 2006-03-21 17:24:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,9 +57,12 @@ public:
PresentationViewShellBase (SfxViewFrame *pFrame, SfxViewShell* pOldShell);
virtual ~PresentationViewShellBase (void);
- /** We delete the ViewTabBar that is not needed for the presentation.
+protected:
+
+ /** The ViewTabBar is not supported so this factory method always
+ returns <NULL/>.
*/
- virtual void LateInit (void);
+ virtual ViewTabBar* CreateViewTabBar (void);
};
} // end of namespace sd