diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index e5fbe2fc5331..d07b55c09ba7 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -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) - { - // append our frame - Reference < XFramesSupplier > xSup(_xFrame,UNO_QUERY); - Reference < XFrames > xFrames = xSup->getFrames(); - xFrames->append( m_xBeamer ); - } - // ----------------------------------------------------------------------------- void OQueryContainerWindow::disposingPreview() {