From 9bc60205e79bb03e3ea0620dfc19b2eded70d8ba Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Apr 2008 12:38:06 +0000 Subject: [PATCH] INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:02:24 af 1.2.22.1: #i18486# Added use of ToolBarModule. --- sd/source/ui/framework/module/DrawModule.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/framework/module/DrawModule.cxx b/sd/source/ui/framework/module/DrawModule.cxx index c794f97b01b3..2d24548f99a1 100644 --- a/sd/source/ui/framework/module/DrawModule.cxx +++ b/sd/source/ui/framework/module/DrawModule.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DrawModule.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-04-03 15:51:50 $ + * last change: $Author: kz $ $Date: 2008-04-03 13:38:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,7 @@ #include "framework/FrameworkHelper.hxx" #include "CenterViewFocusModule.hxx" #include "SlideSorterModule.hxx" +#include "ToolBarModule.hxx" using namespace ::com::sun::star; using namespace ::com::sun::star::uno; @@ -56,6 +57,7 @@ void DrawModule::Initialize (Reference& rxController) new sd::framework::SlideSorterModule( rxController, FrameworkHelper::msLeftDrawPaneURL); + new ToolBarModule(rxController); }