diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:18:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:18:11 +0000 |
commit | 07b450a659fb19788fcdf8edfe2ec3f57b26fda8 (patch) | |
tree | fdd1a3c9601e841b456ba625d52af6e6d5fecaa0 /dbaccess/source | |
parent | eec49f614155fbaaa298bda772a0e8bdf6acd415 (diff) |
INTEGRATION: CWS dba23a (1.97.38); FILE MERGED
2007/02/26 11:48:09 fs 1.97.38.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/browser/brwctrlr.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index f1e99f86823f..29f3e0a197c1 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.97 $ + * $Revision: 1.98 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:16:14 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:18:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -559,12 +559,6 @@ SbaXDataBrowserController::~SbaXDataBrowserController() DBG_DTOR(SbaXDataBrowserController,NULL); } -// ----------------------------------------------------------------------------- -void SbaXDataBrowserController::deleteView() -{ - ::std::auto_ptr<ODataView> aTemp(m_pView); - m_pView = NULL; -} // ----------------------------------------------------------------------- void SAL_CALL SbaXDataBrowserController::attachFrame(const Reference< ::com::sun::star::frame::XFrame > & xFrame) throw( RuntimeException ) { |