diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:49:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:49:06 +0000 |
commit | f116edbafc7c0e78289050a7f9774373678dca02 (patch) | |
tree | f168c1834d29a892978daaddf8cd45264ac79256 /dbaccess | |
parent | c5af920083e0d762ebcb4a715f516f0f7be45d73 (diff) |
INTEGRATION: CWS dba30g (1.202.12); FILE MERGED
2008/07/15 07:58:14 fs 1.202.12.1: re-enable administration
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/unodatbr.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
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; |