summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-06-05 15:12:10 +0200
committersj <sj@openoffice.org>2010-06-05 15:12:10 +0200
commit04f7540cfb65612d4d96174865372f6f0cc7a645 (patch)
tree1e642914c0a628798a611f0e0141f2eafb182aab /oox
parent245dec812502aba5e2b29a9e1e16cb618f2e6cff (diff)
impress190: removed warnings
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/customshapegeometry.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index 98fa68729847..a59373a061eb 100644
--- a/oox/source/drawingml/customshapegeometry.cxx
+++ b/oox/source/drawingml/customshapegeometry.cxx
@@ -117,7 +117,6 @@ rtl::OUString GetFormulaParameter( const EnhancedCustomShapeParameter& rParamete
if ( rParameter.Value >>= nValue )
aRet = rtl::OUString::valueOf( nValue );
}
- break;
}
break;
case EnhancedCustomShapeParameterType::EQUATION :
@@ -419,7 +418,7 @@ static EnhancedCustomShapeParameter GetAdjCoordinate( CustomShapeProperties& rCu
}
else
{
- sal_Int32 nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), rValue );
+ nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), rValue );
if ( nGuideIndex >= 0 )
{
aRet.Value = Any( nGuideIndex );