diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-29 11:30:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-29 11:30:01 +0000 |
commit | 61b3d417f058d6f56292eb438b4ae81107c5fc5d (patch) | |
tree | 00d421362eb723296b159d636f9bc8b5fd93287e /sdext/source/minimizer/graphiccollector.cxx | |
parent | 7db1e72900486772532086d6859f5e25df9ae470 (diff) |
#100000# initialize variables
Diffstat (limited to 'sdext/source/minimizer/graphiccollector.cxx')
-rw-r--r-- | sdext/source/minimizer/graphiccollector.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/graphiccollector.cxx b/sdext/source/minimizer/graphiccollector.cxx index 14d533d3c4d3..3f240052e9bf 100644 --- a/sdext/source/minimizer/graphiccollector.cxx +++ b/sdext/source/minimizer/graphiccollector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: graphiccollector.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sj $ $Date: 2007-05-16 15:07:46 $ + * last change: $Author: vg $ $Date: 2007-10-29 12:29:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -187,7 +187,7 @@ void ImpAddFillBitmapEntity( const Reference< XComponentContext >& rxMSF, const { if ( ( eBitmapMode == BitmapMode_REPEAT ) || ( eBitmapMode == BitmapMode_NO_REPEAT ) ) { - sal_Bool bLogicalSize; + sal_Bool bLogicalSize = sal_False; awt::Size aSize( 0, 0 ); if ( ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapLogicalSize ) ) >>= bLogicalSize ) && ( rxPropertySet->getPropertyValue( TKGet( TK_FillBitmapSizeX ) ) >>= aSize.Width ) |