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
This commit is contained in:
parent
84a97d0ae3
commit
1bdda88ea8
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: dbloader.cxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* 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
|
try
|
||||||
{
|
{
|
||||||
xController->attachModel(xModel);
|
xController->attachModel(xModel);
|
||||||
xModel->setCurrentController(xController);
|
//xModel->setCurrentController(xController);
|
||||||
}
|
}
|
||||||
catch( const Exception& )
|
catch( const Exception& )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue