diff options
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/query.src | 14 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 6 |
3 files changed, 9 insertions, 17 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 3e93da4c62b9..1dc7c11e04f2 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: oj $ $Date: 2002-02-27 09:34:26 $ + * last change: $Author: cd $ $Date: 2002-04-22 08:53:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -426,7 +426,7 @@ void OJoinController::AddSupportedFeatures() m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Redo")] = ID_BROWSER_REDO; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Save")] = ID_BROWSER_SAVEDOC; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Undo")] = ID_BROWSER_UNDO; - m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/Close")] = SID_CLOSEDOC; + m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Close")] = SID_CLOSEDOC; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/AddTable")] = ID_BROWSER_ADDTABLE; } // ----------------------------------------------------------------------------- diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src index 1e1a3e9255c5..2962d2d63a19 100644 --- a/dbaccess/source/ui/querydesign/query.src +++ b/dbaccess/source/ui/querydesign/query.src @@ -2,9 +2,9 @@ * * $RCSfile: query.src,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: oj $ $Date: 2002-04-02 06:35:01 $ + * last change: $Author: cd $ $Date: 2002-04-22 08:51:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1997,7 +1997,6 @@ Menu RID_QUERY_DESIGN_MAIN_MENU MenuItem { ITEM_FILE_CLOSEDOC - Command = ".uno:DB/Close"; }; MenuItem { @@ -2006,12 +2005,10 @@ Menu RID_QUERY_DESIGN_MAIN_MENU MenuItem { ITEM_FILE_SAVEDOC - Command = ".uno:Save"; }; MenuItem { ITEM_FILE_SAVEASDOC - Command = ".uno:SaveAsDoc"; }; MenuItem { @@ -2019,7 +2016,7 @@ Menu RID_QUERY_DESIGN_MAIN_MENU }; MenuItem { - ITEM_FILE_QUITAPP + ITEM_FILE_QUITAPP }; }; }; @@ -2049,7 +2046,6 @@ Menu RID_QUERY_DESIGN_MAIN_MENU { Identifier = ID_BROWSER_UNDO ; HelpId = SID_UNDO ; - Command = ".uno:Undo"; Text = "Rckgngig" ; Text [ ENGLISH ] = "Undo" ; Text[ english_us ] = "Undo"; @@ -2077,7 +2073,6 @@ Menu RID_QUERY_DESIGN_MAIN_MENU { Identifier = ID_BROWSER_REDO ; HelpId = SID_REDO ; - Command = ".uno:Redo"; Text = "Wiederherstellen" ; Text [ ENGLISH ] = "Redo" ; @@ -2110,17 +2105,14 @@ Menu RID_QUERY_DESIGN_MAIN_MENU MenuItem { ITEM_EDIT_CUT - Command = ".uno:Cut"; }; MenuItem { ITEM_EDIT_COPY - Command = ".uno:Copy"; }; MenuItem { ITEM_EDIT_PASTE - Command = ".uno:Paste"; }; MenuItem { diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 2b9f28c0c8f4..8bd7abefa205 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.75 $ * - * last change: $Author: fs $ $Date: 2002-04-09 15:06:28 $ + * last change: $Author: cd $ $Date: 2002-04-22 08:48:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -713,7 +713,7 @@ void OQueryController::AddSupportedFeatures() m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Copy")] = ID_BROWSER_COPY; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Cut")] = ID_BROWSER_CUT; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Paste")] = ID_BROWSER_PASTE; - m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:SaveAsDoc")] = SID_SAVEASDOC; + m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:SaveAs")] = SID_SAVEASDOC; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/EsacpeProcessing")] = ID_BROWSER_ESACPEPROCESSING; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/ViewFunctions")] = ID_BROWSER_QUERY_VIEW_FUNCTIONS; m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/ViewTables")] = ID_BROWSER_QUERY_VIEW_TABLES; |