INTEGRATION: CWS dba23a (1.15.74); FILE MERGED

2007/02/26 11:48:20 fs 1.15.74.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2007-05-10 09:40:27 +00:00
parent dbb6b2dcf1
commit f3096586be

View file

@ -4,9 +4,9 @@
*
* $RCSfile: querycontainerwindow.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: obo $ $Date: 2006-09-17 07:26:40 $
* last change: $Author: kz $ $Date: 2007-05-10 10:40:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -188,15 +188,6 @@ namespace dbaui
m_pViewSwitch->Construct();
}
// -----------------------------------------------------------------------------
void OQueryContainerWindow::initialize(const Reference<XFrame>& _xFrame)
{
// append our frame
Reference < XFramesSupplier > xSup(_xFrame,UNO_QUERY);
Reference < XFrames > xFrames = xSup->getFrames();
xFrames->append( m_xBeamer );
}
// -----------------------------------------------------------------------------
void OQueryContainerWindow::disposingPreview()
{