diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/customshapegeometry.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx index 3ee61c28c87c..13a81988545b 100644 --- a/oox/source/drawingml/customshapegeometry.cxx +++ b/oox/source/drawingml/customshapegeometry.cxx @@ -56,8 +56,7 @@ enum FormularCommand FC_SIN, FC_SQRT, FC_TAN, - FC_VAL, - FC_LAST + FC_VAL }; struct FormularCommandNameTable { |