diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-27 18:47:01 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-27 19:47:52 +0200 |
commit | b937abd24f3e89c0d5392c7839e418ff9404ebcb (patch) | |
tree | bc29cdab00120b00e4e18ded7307c4fe904af379 /oox/source | |
parent | 575db750f18f2e6d645e03f45534c2e03dddcb76 (diff) |
There is nothing called FillPropertiesGroupContext since 2009
So bin two pointless and misleading comments that consist of just that
identifier.
Change-Id: I14724b21d43283dbda1856ab28c56ae44512c3cc
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/drawingml/shapepropertiescontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/ppt/backgroundproperties.cxx | 1 |
2 files changed, 0 insertions, 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 <ContextHandler *> (::oox::drawingml::FillPropertiesContext::createFillContext( *this, aElementToken, rAttribs, mrFillProperties ).get()); } |