summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-12 13:01:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-12 13:01:51 +0100
commitcd51177b41a8b0be1737b3386ab8adc669cb0a89 (patch)
tree1078e0d1a40f18a9189d3e208e20eaab49b25c9c /sd
parent7efcf637fda75876b273c2454eaf5d04a02e7d3c (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 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