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:
parent
aa3724b4a8
commit
c6b1ed2b97
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: TableWindowTitle.cxx,v $
|
||||
* $Revision: 1.24 $
|
||||
* $Revision: 1.25 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -197,7 +197,7 @@ void OTableWindowTitle::MouseButtonDown( const MouseEvent& rEvt )
|
|||
::std::mem_fun(&OTableConnection::RecalcLines));
|
||||
|
||||
pView->InvalidateConnections();
|
||||
pView->getDesignView()->getController()->setModified(sal_True);
|
||||
pView->getDesignView()->getController().setModified(sal_True);
|
||||
pView->Invalidate(INVALIDATE_NOCHILDREN);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue