summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-08 12:20:09 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-08 12:20:09 +0000
commit095f9f53fdec27a433000017063be4aac807ce68 (patch)
tree2d2e12dc16cfb417b837e1dc8d3b1b980b2f1de9 /dbaccess/source/ui/tabledesign
parent79fe6f32d7a451a3f4be2784ea2d53bf6f062b86 (diff)
#104753# Closing now done with CloseWin, not CloseDoc anymore
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx7
-rw-r--r--dbaccess/source/ui/tabledesign/table.src6
2 files changed, 6 insertions, 7 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index f1f8287ead35..980d1537ee32 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.82 $
+ * $Revision: 1.83 $
*
- * last change: $Author: oj $ $Date: 2002-09-24 09:48:19 $
+ * last change: $Author: fs $ $Date: 2002-11-08 13:13:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -314,7 +314,7 @@ FeatureState OTableController::GetState(sal_uInt16 _nId) const
switch (_nId)
{
- case SID_CLOSEDOC:
+ case ID_BROWSER_CLOSE:
aReturn.bEnabled = sal_True;
break;
case ID_TABLE_DESIGN_NO_CONNECTION:
@@ -799,7 +799,6 @@ void OTableController::AddSupportedFeatures()
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/IndexDesign")] = SID_INDEXDESIGN;
- m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:CloseDoc")] = SID_CLOSEDOC;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DBSlots/EditDoc")] = ID_BROWSER_EDITDOC;
}
// -----------------------------------------------------------------------------
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index 8f3d90e1fd84..30367f217ef6 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.68 $
+ * $Revision: 1.69 $
*
- * last change: $Author: cd $ $Date: 2002-10-24 05:54:24 $
+ * last change: $Author: fs $ $Date: 2002-11-08 13:17:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2015,7 +2015,7 @@ Menu RID_TABLE_DESIGN_MAIN_MENU
};
MenuItem
{
- ITEM_FILE_CLOSEDOC
+ ITEM_WINDOW_CLOSEWIN
};
MenuItem
{