From eb56570d3298f1ecf452a3329cda3d469d9aa362 Mon Sep 17 00:00:00 2001 From: Kai Ahrens Date: Tue, 23 Oct 2001 10:54:28 +0000 Subject: #93635#: setting of transparent color is not neccessary anymore --- sd/source/ui/func/unoaprms.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sd/source/ui/func/unoaprms.cxx') diff --git a/sd/source/ui/func/unoaprms.cxx b/sd/source/ui/func/unoaprms.cxx index f1d828d98223..00a170095582 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.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ka $ $Date: 2001-10-22 13:36:53 $ + * last change: $Author: ka $ $Date: 2001-10-23 11:54:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,6 @@ SdAnimationPrmsUndoAction::SdAnimationPrmsUndoAction( bNewDimHide = bOldDimHide = pInfo->bDimHide; bNewSoundOn = bOldSoundOn = pInfo->bSoundOn; aNewSoundFile = aOldSoundFile = pInfo->aSoundFile; - aNewBlueScreen = aOldBlueScreen = pInfo->aBlueScreen; bNewPlayFull = bOldPlayFull = pInfo->bPlayFull; pNewPathObj = pOldPathObj = pInfo->pPathObj; @@ -142,7 +141,6 @@ void SdAnimationPrmsUndoAction::Undo() pInfo->bDimHide = bOldDimHide; pInfo->bSoundOn = bOldSoundOn; pInfo->aSoundFile = aOldSoundFile; - pInfo->aBlueScreen = aOldBlueScreen; pInfo->bPlayFull = bOldPlayFull; pInfo->SetPath(pOldPathObj); pInfo->eClickAction = eOldClickAction; @@ -198,7 +196,6 @@ void SdAnimationPrmsUndoAction::Redo() pInfo->bDimHide = bNewDimHide; pInfo->bSoundOn = bNewSoundOn; pInfo->aSoundFile = aNewSoundFile; - pInfo->aBlueScreen = aNewBlueScreen; pInfo->bPlayFull = bNewPlayFull; pInfo->SetPath(pNewPathObj); pInfo->eClickAction = eNewClickAction; -- cgit v1.2.3