[Libreoffice-commits] .: sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Aug 12 05:02:09 PDT 2011


 sd/source/filter/eppt/epptso.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd51177b41a8b0be1737b3386ab8adc669cb0a89
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Aug 12 13:01:51 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 baf1b18..da2ebfe 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -1231,7 +1231,7 @@ void PPTWriter::ImplWriteTextStyleAtom( SvStream& rOut, int nTextInstance, sal_u
                                     aPageUrl.Append( String::CreateFromInt32( nPageIndex + 1 ) );
                                 }
                             }
-                            sal_uInt32 nHyperId;
+                            sal_uInt32 nHyperId(0);
                             if ( aPageUrl.Len() )
                                 nHyperId = ImplInsertBookmarkURL( aPageUrl, 1 | ( nPageIndex << 8 ) | ( 1 << 31 ), pFieldEntry->aRepresentation, aEmpty, aEmpty, aPageUrl );
                             else


More information about the Libreoffice-commits mailing list