diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:19:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:19:00 +0000 |
commit | 38e75e0304109f3b03cd4a85e726bb4c2f26ffde (patch) | |
tree | 79030147f4f10d0a52c8bc91a4da60d31357d157 /dbaccess/source/ui | |
parent | e97fcf77a4129b445ea52bcd0af1e828d2bd7982 (diff) |
INTEGRATION: CWS dba23a (1.17.64); FILE MERGED
2007/02/26 10:33:58 fs 1.17.64.1: remove unused code
Issue number: #i74776#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/browser/dsEntriesNoExp.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx index 2dba3fbdb055..c3cfd3065df9 100644 --- a/dbaccess/source/ui/browser/dsEntriesNoExp.cxx +++ b/dbaccess/source/ui/browser/dsEntriesNoExp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dsEntriesNoExp.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2006-10-05 13:02:00 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:19:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,11 +194,6 @@ void SbaTableQueryBrowser::describeSupportedFeatures() implDescribeSupportedFeature( ".uno:CloseWin", ID_BROWSER_CLOSE, CommandGroup::DOCUMENT ); implDescribeSupportedFeature( ".uno:DBRebuildData", ID_BROWSER_REFRESH_REBUILD, CommandGroup::DATA ); } -// ------------------------------------------------------------------------- -String SbaTableQueryBrowser::getURL() const -{ - return String(); -} // ----------------------------------------------------------------------------- sal_Int32 SbaTableQueryBrowser::getDatabaseObjectType( EntryType _eType ) |