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
This commit is contained in:
Kurt Zenker 2008-06-25 11:55:04 +00:00
parent aa3724b4a8
commit c6b1ed2b97

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: TableWindowTitle.cxx,v $ * $RCSfile: TableWindowTitle.cxx,v $
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@ -197,7 +197,7 @@ void OTableWindowTitle::MouseButtonDown( const MouseEvent& rEvt )
::std::mem_fun(&OTableConnection::RecalcLines)); ::std::mem_fun(&OTableConnection::RecalcLines));
pView->InvalidateConnections(); pView->InvalidateConnections();
pView->getDesignView()->getController()->setModified(sal_True); pView->getDesignView()->getController().setModified(sal_True);
pView->Invalidate(INVALIDATE_NOCHILDREN); pView->Invalidate(INVALIDATE_NOCHILDREN);
} }
} }