summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviews7.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:03:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 16:03:31 +0000
commit9a92b267069355fab687e9bf5477d285456106d0 (patch)
treef34cf43d15a6e28f52a46478847990e9a0e588b3 /sd/source/ui/view/drviews7.cxx
parentINTEGRATION: CWS impress134 (1.102.80); FILE MERGED (diff)
downloadcore-9a92b267069355fab687e9bf5477d285456106d0.tar.gz
core-9a92b267069355fab687e9bf5477d285456106d0.zip
INTEGRATION: CWS impress134 (1.73.130); FILE MERGED
2007/11/08 16:26:08 cl 1.73.130.1: #i82911# added insert picture on the background patch
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r--sd/source/ui/view/drviews7.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx
index dbecf0490986..5de638d93260 100644
--- a/sd/source/ui/view/drviews7.cxx
+++ b/sd/source/ui/view/drviews7.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drviews7.cxx,v $
*
- * $Revision: 1.73 $
+ * $Revision: 1.74 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 15:34:29 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 17:03:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -722,6 +722,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
if (mePageKind == PK_HANDOUT)
{
rSet.DisableItem(SID_PRESENTATION_LAYOUT);
+ rSet.DisableItem(SID_SELECT_BACKGROUND);
}
if (mePageKind == PK_NOTES)
@@ -737,6 +738,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
if (meEditMode == EM_MASTERPAGE)
rSet.DisableItem(SID_MODIFYPAGE);
+ rSet.DisableItem(SID_SELECT_BACKGROUND);
rSet.DisableItem(SID_INSERTLAYER);
rSet.DisableItem(SID_LAYERMODE);
rSet.DisableItem(SID_INSERTFILE);
@@ -756,6 +758,7 @@ void DrawViewShell::GetMenuState( SfxItemSet &rSet )
rSet.DisableItem(SID_LAYERMODE);
rSet.DisableItem(SID_INSERTFILE);
rSet.DisableItem(SID_PAGEMODE);
+ rSet.DisableItem(SID_SELECT_BACKGROUND);
}
else
{