summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/table.src
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-04-22 07:24:48 +0000
committerCarsten Driesner <cd@openoffice.org>2002-04-22 07:24:48 +0000
commit614b5550b288491d6dd3992abb8614d32c3d71ad (patch)
tree2c3fb3ad1f1b227d5aa8991632040e634622cf0a /dbaccess/source/ui/tabledesign/table.src
parent3f16f423346e72965765f9025ee120f579e8a05e (diff)
#98419# Use global defined .uno command strings
Diffstat (limited to 'dbaccess/source/ui/tabledesign/table.src')
-rw-r--r--dbaccess/source/ui/tabledesign/table.src13
1 files changed, 2 insertions, 11 deletions
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index 63b8d08311f8..3ee6880f7f07 100644
--- a/dbaccess/source/ui/tabledesign/table.src
+++ b/dbaccess/source/ui/tabledesign/table.src
@@ -2,9 +2,9 @@
*
* $RCSfile: table.src,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: oj $ $Date: 2002-03-21 13:12:10 $
+ * last change: $Author: cd $ $Date: 2002-04-22 08:24:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -954,7 +954,6 @@ ToolBox RID_BRW_TABLEDESIGN_TOOLBOX
ToolBoxItem
{
ITEM_FILE_SAVEASDOC
- Command = ".uno:SaveAsDoc";
};
ToolBoxItem
{
@@ -1997,7 +1996,6 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
MenuItem
{
ITEM_FILE_CLOSEDOC
- Command = ".uno:DB/Close";
};
MenuItem
{
@@ -2006,12 +2004,10 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
MenuItem
{
ITEM_FILE_SAVEDOC
- Command = ".uno:Save";
};
MenuItem
{
ITEM_FILE_SAVEASDOC
- Command = ".uno:SaveAsDoc";
};
MenuItem
{
@@ -2049,7 +2045,6 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
{
Identifier = SID_UNDO ;
HelpId = SID_UNDO ;
- Command = ".uno:Undo";
Text = "Rckgngig" ;
Text [ ENGLISH ] = "Undo" ;
Text[ english_us ] = "Undo";
@@ -2077,7 +2072,6 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
{
Identifier = SID_REDO ;
HelpId = SID_REDO ;
- Command = ".uno:Redo";
Text = "Wiederherstellen" ;
Text [ ENGLISH ] = "Redo" ;
@@ -2109,17 +2103,14 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
MenuItem
{
ITEM_EDIT_CUT
- Command = ".uno:Cut";
};
MenuItem
{
ITEM_EDIT_COPY
- Command = ".uno:Copy";
};
MenuItem
{
ITEM_EDIT_PASTE
- Command = ".uno:Paste";
};
};
};