INTEGRATION: CWS impress11 (1.44.26); FILE MERGED
2004/08/05 17:00:02 af 1.44.26.1: #i31396# Fixed setting the state for Normal and Master entries of View menu for Draw.
This commit is contained in:
parent
d672eda7fc
commit
b34c8fc636
1 changed files with 5 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: drviews7.cxx,v $
|
||||
*
|
||||
* $Revision: 1.47 $
|
||||
* $Revision: 1.48 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-08-12 09:18:31 $
|
||||
* last change: $Author: hr $ $Date: 2004-09-08 13:44:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -863,6 +863,9 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
|
|||
}
|
||||
else
|
||||
{
|
||||
rSet.Put(SfxBoolItem(SID_PAGEMODE, FALSE));
|
||||
rSet.Put(SfxBoolItem(SID_MASTERPAGE, TRUE));
|
||||
|
||||
/**********************************************************************
|
||||
* Hintergrundseiten-Modus
|
||||
**********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue