summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableController.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-04-22 07:53:02 +0000
committerCarsten Driesner <cd@openoffice.org>2002-04-22 07:53:02 +0000
commit42ff22ce6652d2cb8820b1707c1047f171fc5d98 (patch)
tree8935b3fac63b6ad68fef7c35dc4c39004139d4ac /dbaccess/source/ui/tabledesign/TableController.cxx
parent614b5550b288491d6dd3992abb8614d32c3d71ad (diff)
#98419# Use global defined .uno command strings
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 5835ef4d604a..94099fc976ce 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableController.cxx,v $
*
- * $Revision: 1.67 $
+ * $Revision: 1.68 $
*
- * last change: $Author: hr $ $Date: 2002-04-04 10:50:26 $
+ * last change: $Author: cd $ $Date: 2002-04-22 08:45:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -795,7 +795,7 @@ void OTableController::AddSupportedFeatures()
// m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:BrowserMode")] = SID_BROWSER_MODE;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:HelpMenu")] = SID_HELPMENU;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:NewDoc")] = SID_NEWDOC;
- m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:SaveAsDoc")] = ID_BROWSER_SAVEASDOC;
+ m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:SaveAs")] = ID_BROWSER_SAVEASDOC;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Copy")] = ID_BROWSER_COPY;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:Cut")] = ID_BROWSER_CUT;
@@ -803,7 +803,7 @@ void OTableController::AddSupportedFeatures()
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/IndexDesign")] = SID_INDEXDESIGN;
- 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:DBSlots/EditDoc")] = ID_BROWSER_EDITDOC;
}
// -----------------------------------------------------------------------------