summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/tools.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:27:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:27:21 +0000
commit7602ae1c5d42b9dc35f599aa1b411bf15d50483b (patch)
treeb53ebd87eb669d440098b15615f5b05ac6f9eef2 /slideshow/source/engine/tools.cxx
parent314397a6f32ae9c0716347607df802c318671e1d (diff)
INTEGRATION: CWS pj65 (1.8.6); FILE MERGED
2006/10/31 13:19:30 pjanik 1.8.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'slideshow/source/engine/tools.cxx')
-rw-r--r--slideshow/source/engine/tools.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx
index 10ba9991fa82..e264881299b5 100644
--- a/slideshow/source/engine/tools.cxx
+++ b/slideshow/source/engine/tools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tools.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:56:01 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:27:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -278,7 +278,7 @@ namespace presentation
{
// try to extract numeric value (double, or smaller POD, like float or int)
{
- double nTmp;
+ double nTmp = 0;
if( (rSourceAny >>= nTmp) )
{
sal_uInt32 aIntColor( static_cast< sal_uInt32 >(nTmp) );