From f116edbafc7c0e78289050a7f9774373678dca02 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 25 Jul 2008 06:49:06 +0000 Subject: INTEGRATION: CWS dba30g (1.202.12); FILE MERGED 2008/07/15 07:58:14 fs 1.202.12.1: re-enable administration --- dbaccess/source/ui/browser/unodatbr.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx index c70898252a08..5e0c768d4374 100644 --- a/dbaccess/source/ui/browser/unodatbr.cxx +++ b/dbaccess/source/ui/browser/unodatbr.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: unodatbr.cxx,v $ - * $Revision: 1.202 $ + * $Revision: 1.203 $ * * This file is part of OpenOffice.org. * @@ -1525,6 +1525,10 @@ FeatureState SbaTableQueryBrowser::GetState(sal_uInt16 nId) const switch ( nId ) { + case ID_TREE_ADMINISTRATE: + aReturn.bEnabled = true; + return aReturn; + case ID_BROWSER_CLOSE: // the close button should always be enabled aReturn.bEnabled = !m_bEnableBrowser; -- cgit