summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:46:34 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:46:34 +0000
commitf30b60486d454c04951a45b95c0f1602fd9dadaa (patch)
tree7b3e16197e78c3c074451fbfa61f788fb5cb4a41 /svx/source/toolbars
parent77119489d2f4a3ffb2cbec31b772cc10dab2a4ce (diff)
INTEGRATION: CWS impress23 (1.5.12); FILE MERGED
2004/12/09 17:44:01 dbo 1.5.12.1: #i38346# simulate a context change: force SelectionHasChanged() being called so that extrusion bar will be visible/hidden Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/extrusionbar.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index 8f1455cd3b..f00e7afc3e 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: extrusionbar.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-01-07 09:24:59 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:46:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -656,6 +656,11 @@ void ExtrusionBar::execute( SdrView* pSdrView, SfxRequest& rReq, SfxBindings& rB
pObj->SetMergedItem( aGeometryItem );
pObj->BroadcastObjectChange();
pSdrView->EndUndo();
+
+ // simulate a context change:
+ // force SelectionHasChanged() being called
+ // so that extrusion bar will be visible/hidden
+ pSdrView->MarkListHasChanged();
}
}
}