summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-03 15:06:20 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-03 15:06:20 +0000
commit1d571d17b8c480196592b158b1a7316fdbef793e (patch)
tree288e78cec9f4b8ab66b2c0a3f5121ede4034dde8
parent0a104d0fe15525fb68cb9475caea79a153706cad (diff)
INTEGRATION: CWS components1 (1.5.96); FILE MERGED
2006/09/07 14:51:50 af 1.5.96.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:17:05 af 1.5.96.1: #i68075# Transition to new drawing framework.
-rw-r--r--sd/source/ui/inc/PresentationViewShellBase.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/sd/source/ui/inc/PresentationViewShellBase.hxx b/sd/source/ui/inc/PresentationViewShellBase.hxx
index 2343ae19b6bc..303afade5308 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-03-21 17:24:43 $
+ * last change: $Author: rt $ $Date: 2007-04-03 16:06:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,11 +58,7 @@ public:
virtual ~PresentationViewShellBase (void);
protected:
-
- /** The ViewTabBar is not supported so this factory method always
- returns <NULL/>.
- */
- virtual ViewTabBar* CreateViewTabBar (void);
+ virtual void InitializeFramework (void);
};
} // end of namespace sd