INTEGRATION: CWS impresspresobjs (1.8.56); FILE MERGED
2005/12/27 13:14:11 cl 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED 2005/12/09 15:14:41 cl 1.8.56.1: #i58649# reworked outline view undo handling
This commit is contained in:
parent
caf14b1b80
commit
4304b376c4
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: fuoltext.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-12-14 17:01:21 $
|
||||
* last change: $Author: rt $ $Date: 2006-01-10 14:30:19 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -274,6 +274,8 @@ BOOL FuOutlineText::KeyInput(const KeyEvent& rKEvt)
|
|||
{
|
||||
pWindow->GrabFocus();
|
||||
|
||||
OutlineViewModelChangeGuard aGuard( *pOutlineView );
|
||||
|
||||
bReturn = pOutlineView->GetViewByWindow(pWindow)->PostKeyEvent(rKEvt);
|
||||
|
||||
if (bReturn)
|
||||
|
|
Loading…
Reference in a new issue