summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationPane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 1803799e3569..a2ac3a0cc5ff 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -1199,7 +1199,7 @@ STLPropertySet* CustomAnimationPane::createSelectionSet()
}
else if( pEffect->getCommand() == EffectCommands::STOPAUDIO )
{
- aSoundSource = makeAny( true );
+ aSoundSource <<= true;
}
addValue( pSet, nHandleSoundURL, aSoundSource );