diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:04:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:04:30 +0000 |
commit | b93cbec3b553927b9a6b35eeca937133cd70484e (patch) | |
tree | eb3a737039fb7f69e6fc576bb538a28782bb7a80 /sd/source/ui/func/fuolbull.cxx | |
parent | a89dae97558a65e95ccbd0a81dd28fa907f792c1 (diff) |
INTEGRATION: CWS impressodf12 (1.9.288); FILE MERGED
2008/04/25 08:53:00 cl 1.9.288.3: RESYNC: (1.9-1.10); FILE MERGED
2008/04/24 15:33:54 cl 1.9.288.2: #i35937# removed different offsets in presentation numbering rules
2008/04/13 19:05:19 cl 1.9.288.1: #i35937# allow paragraph depth of -1 to switch of numbering
Diffstat (limited to 'sd/source/ui/func/fuolbull.cxx')
-rw-r--r-- | sd/source/ui/func/fuolbull.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx index 6e3f376dd81d..79cfb4cba6d2 100644 --- a/sd/source/ui/func/fuolbull.cxx +++ b/sd/source/ui/func/fuolbull.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: fuolbull.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -101,7 +101,7 @@ void FuOutlineBullet::DoExecute( SfxRequest& rReq ) case RET_OK: { SfxItemSet aSet( *pDlg->GetOutputItemSet() ); - +/* i35937 if (mpView->ISA(DrawViewShell) ) { if( mpView->GetMarkedObjectList().GetMarkCount() == 0) @@ -110,7 +110,7 @@ void FuOutlineBullet::DoExecute( SfxRequest& rReq ) aSet.Put(aBulletState); } } - +*/ rReq.Done( aSet ); pArgs = rReq.GetArgs(); } @@ -132,8 +132,10 @@ void FuOutlineBullet::DoExecute( SfxRequest& rReq ) // Vorlage umleiten kann mpView->SetAttributes(*pArgs); +/* #i35937# // evtl. Betroffene Felder invalidieren mpViewShell->Invalidate( FN_NUM_BULLET_ON ); +*/ } |