diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-11-24 16:16:54 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-11-24 16:16:54 +0000 |
commit | c479f6f603f27ae53986b5ab3ce7cada1c30d154 (patch) | |
tree | 84dfc130f9d625678495fe73b86d0aa6e9797cb0 /sd | |
parent | 4a67355511e96960e1854123e96df26b859e1f9f (diff) |
INTEGRATION: CWS aw003 (1.3.136); FILE MERGED
2003/07/24 14:07:13 aw 1.3.136.1: #110094#
Adaptions for DrawingLayer changes
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/unoaprms.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/source/ui/func/unoaprms.cxx b/sd/source/ui/func/unoaprms.cxx index 6b214b17b..f11dcb310 100644 --- a/sd/source/ui/func/unoaprms.cxx +++ b/sd/source/ui/func/unoaprms.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unoaprms.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ka $ $Date: 2001-10-23 11:54:24 $ + * last change: $Author: rt $ $Date: 2003-11-24 17:16:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,8 @@ void SdAnimationPrmsUndoAction::Undo() } // Damit ein ModelHasChanged() ausgeloest wird, um das Effekte-Window // auf Stand zu bringen (Animations-Reihenfolge) - pObject->SendRepaintBroadcast( TRUE ); + pObject->SetChanged(); + pObject->BroadcastObjectChange(); } /************************************************************************* @@ -211,7 +212,8 @@ void SdAnimationPrmsUndoAction::Redo() // Damit ein ModelHasChanged() ausgeloest wird, um das Effekte-Window // auf Stand zu bringen (Animations-Reihenfolge) - pObject->SendRepaintBroadcast( TRUE ); + pObject->SetChanged(); + pObject->BroadcastObjectChange(); } /************************************************************************* |