[Libreoffice-commits] .: sd/source
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Aug 12 04:35:53 PDT 2011
sd/source/filter/eppt/epptso.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7efcf637fda75876b273c2454eaf5d04a02e7d3c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Aug 12 12:35:33 2011 +0100
WaE: pesky gcc 4.0.1
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index 606756d..baf1b18 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 )
{
More information about the Libreoffice-commits
mailing list