From 1bdda88ea85a7bc96fba226b09040ebd047a7e33 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 16 Apr 2007 15:27:08 +0000 Subject: [PATCH] INTEGRATION: CWS fwkdbdesign01 (1.27.78); FILE MERGED 2007/02/28 10:34:29 oj 1.27.78.1: #i74541# do not connect the sub controller to the db model --- dbaccess/source/ui/browser/dbloader.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index 78f4d411cc9a..2dbba3c19583 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbloader.cxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:57:06 $ + * last change: $Author: ihi $ $Date: 2007-04-16 16:27:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -294,7 +294,7 @@ void SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const :: try { xController->attachModel(xModel); - xModel->setCurrentController(xController); + //xModel->setCurrentController(xController); } catch( const Exception& ) {