summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:56:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:56:33 +0000
commitfd7ae7091b2b5bb76ee4f53004b7784ecb21a79d (patch)
tree8de796ac2984fe29afdf3ad70d53aa74960b0de0 /sd/source
parentd5d1538455839b77e8c94a25c695e43948e6ee21 (diff)
INTEGRATION: CWS impress33 (1.3.102); FILE MERGED
2005/02/04 15:50:35 af 1.3.102.1: #i41752# Added two entries to 'Slide' context sub-menu.
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/app/menuids_tmpl.src23
1 files changed, 21 insertions, 2 deletions
diff --git a/sd/source/ui/app/menuids_tmpl.src b/sd/source/ui/app/menuids_tmpl.src
index 901f6a7135a9..71944c179ef4 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -2,9 +2,9 @@
*
* $RCSfile: menuids_tmpl.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 14:49:49 $
+ * last change: $Author: vg $ $Date: 2005-02-16 16:56:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,6 +209,22 @@
Text [ en-US ] = "~New Page" ; \
Text [ x-comment ] = " ";\
};
+#define MN_DISPLAY_MASTER_BACKGROUND \
+ MenuItem\
+ {\
+ Identifier = SID_DISPLAY_MASTER_BACKGROUND ; \
+ HelpID = SID_DISPLAY_MASTER_BACKGROUND ; \
+ Text [ de ] = "Hintergrund des Masters anzeigen" ; \
+ Text [ en-US ] = "Display Background of Master" ; \
+ };
+#define MN_DISPLAY_MASTER_OBJECTS \
+ MenuItem\
+ {\
+ Identifier = SID_DISPLAY_MASTER_OBJECTS ; \
+ HelpID = SID_DISPLAY_MASTER_OBJECTS ; \
+ Text [ de ] = "Objekte des Masters anzeigen" ; \
+ Text [ en-US ] = "Display Objects from Master" ; \
+ };
#define MN_PAGE_MENU \
@@ -225,6 +241,9 @@
MN_PRESENTATION_LAYOUT\
MN_RENAME_PAGE\
SEPARATOR\
+ MN_DISPLAY_MASTER_BACKGROUND\
+ MN_DISPLAY_MASTER_OBJECTS\
+ SEPARATOR\
MN_INSERT_PAGE\
MN_DELETE_PAGE\
};\