From 20377e9db731c800744e3eb821460b1c043f9652 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 21 Mar 2006 16:16:09 +0000 Subject: INTEGRATION: CWS viewswitch (1.11.70); FILE MERGED 2006/01/19 17:13:23 af 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/17 13:22:47 af 1.11.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager. --- sd/source/ui/func/fuconbez.cxx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx index 507bf37ab6c6..885880a01e56 100644 --- a/sd/source/ui/func/fuconbez.cxx +++ b/sd/source/ui/func/fuconbez.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuconbez.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-12-14 16:55:45 $ + * last change: $Author: obo $ $Date: 2006-03-21 17:16:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,14 +72,17 @@ #ifndef SD_VIEW_SHELL_HXX #include "ViewShell.hxx" #endif +#ifndef SD_VIEW_SHELL_BASE_HXX +#include "ViewShellBase.hxx" +#endif #ifndef SD_VIEW_HXX #include "View.hxx" #endif #ifndef SD_WINDOW_HXX #include "Window.hxx" #endif -#ifndef SD_OBJECT_BAR_MANAGER_HXX -#include "ObjectBarManager.hxx" +#ifndef SD_TOOL_BAR_MANAGER_HXX +#include "ToolBarManager.hxx" #endif #include "drawdoc.hxx" #include "res_bmp.hrc" @@ -340,7 +343,9 @@ void FuConstructBezierPolygon::SelectionHasChanged() { FuDraw::SelectionHasChanged(); - pViewShell->GetObjectBarManager().SelectionHasChanged(pView); + pViewShell->GetViewShellBase().GetToolBarManager().SelectionHasChanged( + *pViewShell, + *pView); } -- cgit