summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:40:27 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:40:27 +0000
commitf3096586bed40e15aa9d62b9b48ba29e84c8fbc8 (patch)
treec59e486606e217a047759c4e034d1996d3d136a3 /dbaccess
parentdbb6b2dcf11d40ed3afc9d99f17d5c0ba2543413 (diff)
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
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/querycontainerwindow.cxx13
1 files 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.
@@ -189,15 +189,6 @@ namespace dbaui
}
// -----------------------------------------------------------------------------
- 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()
{
if ( m_pBeamer )