diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:22:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:22:58 +0000 |
commit | 77475d2058991d492bdd1a52854ce99a20989925 (patch) | |
tree | 8e12d52061ee489e7e65785388c38b6f5b42d4af /dbaccess/source | |
parent | 79df287457a13543600babf3dec5afd38880eb47 (diff) |
INTEGRATION: CWS dba23a (1.7.254); FILE MERGED
2007/02/26 11:48:11 fs 1.7.254.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/dlg/DbAdminImpl.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx index a028e8a5170d..2fed3a0223a7 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: DbAdminImpl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:47:23 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:22:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,10 +138,6 @@ namespace dbaui /** returns the data source the dialog is currently working with */ ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > getCurrentDataSource(); - /** returs the model we're currently working with - */ - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > getCurrentModel(); - // returns the Url of a database document String getDocumentUrl(SfxItemSet& _rDest); |