summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-12 12:35:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-12 12:35:33 +0100
commit7efcf637fda75876b273c2454eaf5d04a02e7d3c (patch)
tree86de1f9ac0c838d03df50cae52c06d09ed012c1a /sd
parent5891d6e3141ab74876c282a1d3e7dfd7de4a924b (diff)
WaE: pesky gcc 4.0.1
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptso.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 606756d1cce3..baf1b1843474 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -1926,7 +1926,7 @@ void PPTWriter::ImplWriteObjectEffect( SvStream& rSt,
nBuildType = 2;
if ( ImplGetPropertyValue( String( RTL_CONSTASCII_USTRINGPARAM( "SoundOn" ) ) ) )
{
- sal_Bool bBool;
+ sal_Bool bBool(sal_False);
mAny >>= bBool;
if ( bBool )
{