Tag: cws_src680_asyncdialogs2 User: pb Date: 2008-04-08 08:05:44+0000 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: fix: #i72007# syntax after resync File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.37.34.12&r2=1.37.34.13 Delta lines: +5 -5 ------------------- --- AppController.cxx 2008-04-07 09:29:40+0000 1.37.34.12 +++ AppController.cxx 2008-04-08 08:05:41+0000 1.37.34.13 @@ -4,9 +4,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.37.34.12 $ + * $Revision: 1.37.34.13 $ * - * last change: $Author: pb $ $Date: 2008/04/07 09:29:40 $ + * last change: $Author: pb $ $Date: 2008/04/08 08:05:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1372,8 +1372,8 @@ InvalidateFeature(ID_BROWSER_SAVEDOC); if ( getContainer()->getElementType() == E_NONE ) { - getContainer()->changeContainer(E_NONE); - getContainer()->changeContainer(E_TABLE); + getContainer()->selectContainer(E_NONE); + getContainer()->selectContainer(E_TABLE); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
