User: ihi Date: 2007-11-21 16:13:32+0000 Modified: dba/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
Log: INTEGRATION: CWS dba24c (1.29.40); FILE MERGED 2007/09/12 09:09:10 fs 1.29.40.1: #i77492# QueryController::isDesignMode renamed to isGraphicalDesign File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryViewSwitch.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx?r1=1.29&r2=1.30 Delta lines: +1 -1 ------------------- --- QueryViewSwitch.cxx 2007-07-06 08:39:32+0000 1.29 +++ QueryViewSwitch.cxx 2007-11-21 16:13:29+0000 1.30 @@ -216,7 +216,7 @@ sal_Bool OQueryViewSwitch::switchView() { sal_Bool bRet = sal_True; - sal_Bool bGraphicalDesign = static_cast<OQueryController*>(m_pDesignView->getController())->isDesignMode(); + sal_Bool bGraphicalDesign = static_cast<OQueryController*>(m_pDesignView->getController())->isGraphicalDesign(); OAddTableDlg* pAddTabDialog( getAddTableDialog() ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
