diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:37:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 11:37:01 +0000 |
commit | 01bbfc6cddf50afa97fb0ae1ffd8218c19649a64 (patch) | |
tree | 89d8dfe92ecf2e60024688204b582b50db161746 /chart2 | |
parent | 6ed7ccc0a576a1be69ab318b5f8bde8aec6484c8 (diff) |
INTEGRATION: CWS pj83 (1.5.42); FILE MERGED
2007/08/01 07:20:43 pjanik 1.5.42.1: #i80015#: Make chart2 WaE clean.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/RelativeSizeHelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/RelativeSizeHelper.cxx b/chart2/source/tools/RelativeSizeHelper.cxx index b7165e52c1eb..d4edee6ae002 100644 --- a/chart2/source/tools/RelativeSizeHelper.cxx +++ b/chart2/source/tools/RelativeSizeHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RelativeSizeHelper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2007-05-22 19:04:38 $ + * last change: $Author: hr $ $Date: 2007-08-03 12:37:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,7 @@ void RelativeSizeHelper::adaptFontSizes( if( ! xTargetProperties.is()) return; - float fFontHeight; + float fFontHeight = 0; vector< OUString > aProperties; aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" ))); |