From f3096586bed40e15aa9d62b9b48ba29e84c8fbc8 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:40:27 +0000 Subject: [PATCH] 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 --- .../source/ui/querydesign/querycontainerwindow.cxx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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() {