summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/unoaprms.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-10-23 10:54:28 +0000
committerKai Ahrens <ka@openoffice.org>2001-10-23 10:54:28 +0000
commiteb56570d3298f1ecf452a3329cda3d469d9aa362 (patch)
treee551c413d2e7d75e6b877728f29f615b91c57cf2 /sd/source/ui/func/unoaprms.cxx
parent96478db6c8e2522349d4548f1af13ab680705531 (diff)
#93635#: setting of transparent color is not neccessary anymore
Diffstat (limited to 'sd/source/ui/func/unoaprms.cxx')
-rw-r--r--sd/source/ui/func/unoaprms.cxx7
1 files changed, 2 insertions, 5 deletions
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;