summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2012-01-04 16:07:59 +0100
committerRadek Doulik <rodo@novell.com>2012-01-04 16:09:48 +0100
commit56c40a010ea0e5c0473d8e0e63e8d1f832cafb1c (patch)
tree0c920d8c387afda8f2a524bf7d1146877b04a265
parentc29a7e78774ed88bdc8695c28e2603ea76447b6c (diff)
PPTX: fix ssd* constants import for drawingml formulas
-rw-r--r--oox/source/drawingml/customshapegeometry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index b5c7290dd42d..32abaf50e30e 100644
--- a/oox/source/drawingml/customshapegeometry.cxx
+++ b/oox/source/drawingml/customshapegeometry.cxx
@@ -338,7 +338,7 @@ static EnhancedCustomShapeParameter GetAdjCoordinate( CustomShapeProperties& rCu
nIntVal += 2;
case XML_ssd2 : // */ ss 1.0 2.0
{
- nIntVal += '2';
+ nIntVal += 2;
CustomShapeGuide aGuide;
aGuide.maName = rValue;