summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconbez.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-08 13:41:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-08 13:41:46 +0000
commitb4ad014e227d425313a83d5e3352e456a48f9187 (patch)
tree26eb54c44c563c0cd75f4d50c342c8415c8ce777 /sd/source/ui/func/fuconbez.cxx
parent34ef6ca8dea91679962d62c375b113546c7b161c (diff)
INTEGRATION: CWS iha07 (1.9.64); FILE MERGED
2005/01/21 22:22:28 iha 1.9.64.1: #i39638# don't hide 'Line and Filling' toolbar' while showing 'Edit Points' toolbar
Diffstat (limited to 'sd/source/ui/func/fuconbez.cxx')
-rw-r--r--sd/source/ui/func/fuconbez.cxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/sd/source/ui/func/fuconbez.cxx b/sd/source/ui/func/fuconbez.cxx
index 13f68cc3ed47..c6f190fbd8da 100644
--- a/sd/source/ui/func/fuconbez.cxx
+++ b/sd/source/ui/func/fuconbez.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuconbez.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 15:10:29 $
+ * last change: $Author: vg $ $Date: 2005-03-08 14:41:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -362,14 +362,7 @@ void FuConstructBezierPolygon::SelectionHasChanged()
{
FuDraw::SelectionHasChanged();
- // Depending on the context of the view we activate the bezier tool bar
- // or switch back to the default tool bar.
- ShellId nObjectBarId (pViewShell->GetObjectBarManager().GetDefaultObjectBarId());
-
- if (pView->GetContext() == SDRCONTEXT_POINTEDIT)
- nObjectBarId = RID_BEZIER_TOOLBOX;
-
- pViewShell->GetObjectBarManager().SwitchObjectBar (nObjectBarId);
+ pViewShell->GetObjectBarManager().SelectionHasChanged(pView);
}