diff options
author | David Tardon <dtardon@redhat.com> | 2016-11-13 19:13:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-11-13 19:13:36 +0100 |
commit | 3838475c2fbeb3c84c2ee96a1845893b20d9495a (patch) | |
tree | bc651cd97a909ec253655decffd9f7d61517d413 /oox | |
parent | 27a165cfc97f004ecf5d911a3adc3b5ced36f7fd (diff) |
drop extra semicolons
Change-Id: Ie6713d1bdf0010e5bc0bb70ca995c4dd36408673
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 159dc6449708..f027cd159524 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -1136,7 +1136,7 @@ Reference< XShape > const & Shape::createAndInsert( if ( pFontRef->maPhClr.isUsed() ) { aCharStyleProperties.maFillProperties.maFillColor = pFontRef->maPhClr; - aCharStyleProperties.maFillProperties.moFillType.set(XML_solidFill);; + aCharStyleProperties.maFillProperties.moFillType.set(XML_solidFill); } } } |