summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/CellColorHandler.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-03 15:40:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-01-06 11:29:45 +0100
commit744903b8c8c5a31d304a3191869b7bd76000f36c (patch)
treeeff6a31e195c21eee7f87297ca95abdc1df8f3c2 /writerfilter/source/dmapper/CellColorHandler.cxx
parentafa6a774936c34b09b37ab8539193ac529681798 (diff)
Removed redundant semicolons
Change-Id: Ife14b8c3f7d121deb390deb5f405dd42d3016acf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86156 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'writerfilter/source/dmapper/CellColorHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/CellColorHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/CellColorHandler.cxx b/writerfilter/source/dmapper/CellColorHandler.cxx
index a830b5783116..f96737efd082 100644
--- a/writerfilter/source/dmapper/CellColorHandler.cxx
+++ b/writerfilter/source/dmapper/CellColorHandler.cxx
@@ -201,7 +201,7 @@ TablePropertyMapPtr CellColorHandler::getProperties()
case NS_ooxml::LN_Value_ST_Shd_pct85: nWW8BrushStyle = 850; break;
case NS_ooxml::LN_Value_ST_Shd_pct87: nWW8BrushStyle = 875; break;
case NS_ooxml::LN_Value_ST_Shd_pct95: nWW8BrushStyle = 950; break;
- };
+ }
sal_Int32 nApplyColor = 0;
if( !nWW8BrushStyle )
@@ -270,7 +270,7 @@ TablePropertyMapPtr CellColorHandler::getProperties()
case NS_ooxml::LN_Value_ST_Shd_pct85: nShadingPattern = drawing::ShadingPattern::PCT85; break;
case NS_ooxml::LN_Value_ST_Shd_pct87: nShadingPattern = drawing::ShadingPattern::PCT87; break;
case NS_ooxml::LN_Value_ST_Shd_pct95: nShadingPattern = drawing::ShadingPattern::PCT95; break;
- };
+ }
// Write the shading pattern property
pPropertyMap->Insert(PROP_CHAR_SHADING_VALUE, uno::makeAny( nShadingPattern ));