diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-12 13:01:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-12 13:01:51 +0100 |
commit | cd51177b41a8b0be1737b3386ab8adc669cb0a89 (patch) | |
tree | 1078e0d1a40f18a9189d3e208e20eaab49b25c9c /sd | |
parent | 7efcf637fda75876b273c2454eaf5d04a02e7d3c (diff) |
WaE: pesky gcc 4.0.1
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index baf1b1843474..da2ebfe09e3d 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 |