diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-04 12:41:04 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-08-04 15:50:08 +0200 |
commit | 96256693d647b17513e08929e612466c88afef53 (patch) | |
tree | 0fb74847307fab210e10cbc5baa5b6343f74d460 /oox | |
parent | f5ed9f47b6443dbf365a07b9c2adc4caadb80e26 (diff) |
Duplicating checks
Change-Id: Ie4df9a0287876d12d320060468f635cea759d305
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119978
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/pptshape.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 4b735ea59c01..7e120b8ec36e 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -357,8 +357,6 @@ void PPTShape::addShape( if (pPlaceholder) { SAL_INFO("oox.ppt","found placeholder with index: " << getSubTypeIndex().get() << " and type: " << lclDebugSubType( mnSubType )); - } - if (pPlaceholder) { PPTShape* pPPTPlaceholder = dynamic_cast< PPTShape* >( pPlaceholder.get() ); TextListStylePtr pNewTextListStyle = std::make_shared<TextListStyle>(); |