summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:23:09 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:23:09 +0000
commit8414a8d4cde554aee91049310dd7aada2d527bbb (patch)
tree8cf2a827db89ab7171df7a335850c299964dabf7 /svx/source/toolbars
parentdbeaa372072ce6676dac2ad09ff414e4380cc0be (diff)
INTEGRATION: CWS sb59 (1.13.50); FILE MERGED
2006/09/01 08:01:26 sb 1.13.50.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/28 12:58:09 sb 1.13.50.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/toolbars')
-rw-r--r--svx/source/toolbars/extrusionbar.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx
index 9ffcd5354b0f..2374f2f5c602 100644
--- a/svx/source/toolbars/extrusionbar.cxx
+++ b/svx/source/toolbars/extrusionbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: extrusionbar.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:08:14 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:23:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -729,7 +729,7 @@ void getExtrusionDirectionState( SdrView* pSdrView, SfxItemSet& rSet )
double fSkew = 50.0;
pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sProjectionMode );
- sal_Int16 nProjectionMode;
+ sal_Int16 nProjectionMode = sal_Int16();
if( pAny && ( *pAny >>= nProjectionMode ) )
bParallel = nProjectionMode == ProjectionMode_PARALLEL;
@@ -1247,7 +1247,7 @@ void getExtrusionColorState( SdrView* pSdrView, SfxItemSet& rSet )
Color aColor;
- bool bUseColor;
+ bool bUseColor = false;
pAny = aGeometryItem.GetPropertyValueByName( sExtrusion, sExtrusionColor );
if( pAny )
*pAny >>= bUseColor;