summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r--dbaccess/source/ui/browser/brwctrlr.cxx10
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 )
{