From b937abd24f3e89c0d5392c7839e418ff9404ebcb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 27 Feb 2017 18:47:01 +0200 Subject: There is nothing called FillPropertiesGroupContext since 2009 So bin two pointless and misleading comments that consist of just that identifier. Change-Id: I14724b21d43283dbda1856ab28c56ae44512c3cc --- oox/source/drawingml/shapepropertiescontext.cxx | 1 - oox/source/ppt/backgroundproperties.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/oox/source/drawingml/shapepropertiescontext.cxx b/oox/source/drawingml/shapepropertiescontext.cxx index 930c594e9147..d3c4ed9f276d 100644 --- a/oox/source/drawingml/shapepropertiescontext.cxx +++ b/oox/source/drawingml/shapepropertiescontext.cxx @@ -104,7 +104,6 @@ ContextHandlerRef ShapePropertiesContext::onCreateContext( sal_Int32 aElementTok break; } - // FillPropertiesGroupContext return FillPropertiesContext::createFillContext( *this, aElementToken, rAttribs, mrShape.getFillProperties() ); } diff --git a/oox/source/ppt/backgroundproperties.cxx b/oox/source/ppt/backgroundproperties.cxx index ffafb35dc417..c77370971881 100644 --- a/oox/source/ppt/backgroundproperties.cxx +++ b/oox/source/ppt/backgroundproperties.cxx @@ -44,7 +44,6 @@ BackgroundPropertiesContext::BackgroundPropertiesContext( FragmentHandler2& rPar return this; } - // FillPropertiesGroupContext return dynamic_cast (::oox::drawingml::FillPropertiesContext::createFillContext( *this, aElementToken, rAttribs, mrFillProperties ).get()); } -- cgit