Kaydet (Commit) 07b450a6 authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst eec49f61
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: brwctrlr.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -559,12 +559,6 @@ SbaXDataBrowserController::~SbaXDataBrowserController() ...@@ -559,12 +559,6 @@ SbaXDataBrowserController::~SbaXDataBrowserController()
DBG_DTOR(SbaXDataBrowserController,NULL); 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 ) void SAL_CALL SbaXDataBrowserController::attachFrame(const Reference< ::com::sun::star::frame::XFrame > & xFrame) throw( RuntimeException )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment