diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index c384b8c8be13..f767fb340659 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -440,7 +440,7 @@ void ControlConverter::convertToAxBorder( PropertySet& rPropSet, case API_BORDER_NONE: default: break; - }; + } convertToMSColor( rPropSet, PROP_BorderColor, nBorderColor ); } |