diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-04-22 07:53:02 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-04-22 07:53:02 +0000 |
commit | f35bb758083bf470b5cafbb81268b24b75870ab0 (patch) | |
tree | 8b679639a04253835e7c793da87bff06933266d2 /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | e53706934f19c868d90cbd0dd7b1e67b47093db3 (diff) |
#98419# Use global defined .uno command strings
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 5d54e9609..5fbdaccfe 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; } // ----------------------------------------------------------------------------- |