summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/JoinController.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-11-08 12:12:37 +0000
committerFrank Schönheit <fs@openoffice.org>2002-11-08 12:12:37 +0000
commit79fe6f32d7a451a3f4be2784ea2d53bf6f062b86 (patch)
tree4d0b0561f6da975fc17958ac338a4e66422967db /dbaccess/source/ui/querydesign/JoinController.cxx
parente852565cbdc6b16b9c56910abd27b58a6873cc3f (diff)
#104753# Closing now done with CloseWin, not CloseDoc anymore - slot not handled ourself, but by the framework
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/JoinController.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx
index d5e2f81c8281..f3b89a0a8b68 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.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 08:01:23 $
+ * last change: $Author: fs $ $Date: 2002-11-08 13:12:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -302,8 +302,6 @@ FeatureState OJoinController::GetState(sal_uInt16 _nId) const
switch (_nId)
{
- case SID_CLOSEDOC:
- break;
case ID_BROWSER_EDITDOC:
aReturn.aState = ::cppu::bool2any(isEditable());
break;
@@ -399,7 +397,6 @@ 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:CloseDoc")] = SID_CLOSEDOC;
m_aSupportedFeatures[ ::rtl::OUString::createFromAscii(".uno:DB/AddTable")] = ID_BROWSER_ADDTABLE;
}
// -----------------------------------------------------------------------------