User: kz      
Date: 2008-06-25 12:55:07+0000
Modified:
   dba/dbaccess/source/ui/querydesign/TableWindowTitle.cxx

Log:
 INTEGRATION: CWS dba30d (1.24.30); FILE MERGED
 2008/05/29 11:30:22 fs 1.24.30.1: during #i80943#: refactoring: IController 
now passed around as reference, not as pointer

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: TableWindowTitle.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindowTitle.cxx?r1=1.24&r2=1.25
Delta lines:  +1 -1
-------------------
--- TableWindowTitle.cxx        2008-04-10 16:27:02+0000        1.24
+++ TableWindowTitle.cxx        2008-06-25 12:55:04+0000        1.25
@@ -197,7 +197,7 @@
                                                                
::std::mem_fun(&OTableConnection::RecalcLines));
 
                                pView->InvalidateConnections();
-                               
pView->getDesignView()->getController()->setModified(sal_True);
+                               
pView->getDesignView()->getController().setModified(sal_True);
                                pView->Invalidate(INVALIDATE_NOCHILDREN);
                        }
                }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to