INTEGRATION: CWS impress31 (1.54.70); FILE MERGED
2005/01/24 16:59:49 af 1.54.70.1: #i40356# Added code for correctly setting states of SID_BEZIER_EDIT and SID_GLUE_EDITMODE.
This commit is contained in:
parent
f9c5fb4af7
commit
8a8f4fdd43
1 changed files with 10 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: drviews7.cxx,v $
|
||||
*
|
||||
* $Revision: 1.56 $
|
||||
* $Revision: 1.57 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2005-02-16 17:03:21 $
|
||||
* last change: $Author: vg $ $Date: 2005-02-17 09:46:50 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -188,6 +188,7 @@
|
|||
#include "LayerTabBar.hxx"
|
||||
#include "fupoor.hxx"
|
||||
#include "Window.hxx"
|
||||
#include "fuediglu.hxx"
|
||||
|
||||
using namespace ::rtl;
|
||||
using namespace ::com::sun::star;
|
||||
|
@ -485,9 +486,14 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
|
|||
}
|
||||
|
||||
if (!pDrView->IsFrameDragSingles())
|
||||
{
|
||||
rSet.Put(SfxBoolItem(SID_BEZIER_EDIT, TRUE));
|
||||
}
|
||||
else
|
||||
rSet.Put(SfxBoolItem(SID_BEZIER_EDIT, FALSE));
|
||||
|
||||
if (pFuActual!=NULL && pFuActual->ISA(FuEditGluePoints))
|
||||
rSet.Put(SfxBoolItem(SID_GLUE_EDITMODE, TRUE));
|
||||
else
|
||||
rSet.Put(SfxBoolItem(SID_GLUE_EDITMODE, FALSE));
|
||||
|
||||
if( !pDrView->IsMirrorAllowed( TRUE, TRUE ) )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue