diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 10:14:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 10:14:22 +0000 |
commit | 5e5f2aa171d8703a9b1a97f759c859a5e4ef4da0 (patch) | |
tree | 1fc2f45a67fff6c3b1382b80b65a676e201c6885 /sw/source/ui/docvw | |
parent | a8bba9e9babe2287dd286ccdeee3af8ac3650b8e (diff) |
INTEGRATION: CWS swlists01 (1.151.16); FILE MERGED
2008/06/10 07:26:43 od 1.151.16.5: RESYNC: (1.157-1.159); FILE MERGED
2008/05/08 16:18:26 od 1.151.16.4: RESYNC: (1.154-1.157); FILE MERGED
2008/04/16 08:20:33 od 1.151.16.3: #i86732# further changes/adjustments for new list handling
2008/03/20 14:19:38 od 1.151.16.2: RESYNC: (1.151-1.154); FILE MERGED
2008/03/20 08:07:26 od 1.151.16.1: #i86732# adjustments on setting list style due to lists
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r-- | sw/source/ui/docvw/edtwin.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index e52787d142b1..f197516ee7db 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: edtwin.cxx,v $ - * $Revision: 1.159 $ + * $Revision: 1.160 $ * * This file is part of OpenOffice.org. * @@ -4302,7 +4302,11 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt) case SFX_STYLE_FAMILY_PSEUDO: if( !rSh.HasReadonlySel() ) { - rSh.SetCurNumRule( *pApplyTempl->aColl.pNumRule ); + // --> OD 2008-03-17 #refactorlists# + rSh.SetCurNumRule( *pApplyTempl->aColl.pNumRule, + false, + pApplyTempl->aColl.pNumRule->GetDefaultListId() ); + // <-- bCallBase = FALSE; pApplyTempl->bUndo = TRUE; if( pApplyTempl->aColl.pNumRule ) |