summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsi.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-12-19 11:09:21 +0000
committerKai Ahrens <ka@openoffice.org>2001-12-19 11:09:21 +0000
commit8e3f36f966a9968c528b0cbcfac370c4aaec141b (patch)
tree51e53c09a3ac0b6b1effe074265f4d58fe45f841 /sd/source/ui/view/drviewsi.cxx
parent#95990# fixed full katakana (diff)
downloadcore-8e3f36f966a9968c528b0cbcfac370c4aaec141b.tar.gz
core-8e3f36f966a9968c528b0cbcfac370c4aaec141b.zip
#96116#: disable unused item explicitly
Diffstat (limited to 'sd/source/ui/view/drviewsi.cxx')
-rw-r--r--sd/source/ui/view/drviewsi.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/drviewsi.cxx b/sd/source/ui/view/drviewsi.cxx
index 87a10e6158c1..b8a2c848cbaa 100644
--- a/sd/source/ui/view/drviewsi.cxx
+++ b/sd/source/ui/view/drviewsi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviewsi.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ka $ $Date: 2001-10-23 11:54:28 $
+ * last change: $Author: ka $ $Date: 2001-12-19 12:09:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -580,7 +580,7 @@ void SdDrawViewShell::UpdateEffectWindow()
aSet.Put(SfxAllEnumItem(ATTR_ANIMATION_TEXTEFFECT, presentation::AnimationEffect_NONE));
}
else
- aSet.Put(SfxVoidItem(0), ATTR_ANIMATION_TEXTEFFECT );
+ aSet.DisableItem( ATTR_ANIMATION_TEXTEFFECT );
if (nSpeedSet == ATTR_SET)
aSet.Put(SfxAllEnumItem(ATTR_ANIMATION_SPEED, eSpeed));