diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-28 09:23:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-28 09:18:31 +0100 |
commit | b5bde198a8e5054277787d3c6b5feddb4c5b93fd (patch) | |
tree | b69fcda448584b2488c6e85f99a2fb14d53e73c6 /oox | |
parent | 72302338f9eb5e965dd84dca9990841151e2f79c (diff) |
remove some unused local vars
found by my new loplugin:unusedvariableplus
Change-Id: Ic3f55f492d43a53d8850a97d44059ff127fd69a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87573
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/slidefragmenthandler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ppt/slidefragmenthandler.cxx b/oox/source/ppt/slidefragmenthandler.cxx index c3ab59d4e9ae..e2f80adc1942 100644 --- a/oox/source/ppt/slidefragmenthandler.cxx +++ b/oox/source/ppt/slidefragmenthandler.cxx @@ -110,7 +110,6 @@ SlideFragmentHandler::~SlideFragmentHandler() } if( !bNotesFragmentPathFound && !mpSlidePersistPtr->getMasterPersist() ) { - TextListStylePtr pTextListStyle = std::make_shared<TextListStyle>(); SlidePersistPtr pMasterPersistPtr = std::make_shared<SlidePersist>( rFilter, true, true, mpSlidePersistPtr->getPage(), std::make_shared<PPTShape>( Master, "com.sun.star.drawing.GroupShape" ), mpSlidePersistPtr->getNotesTextStyle() ); pMasterPersistPtr->setPath( aNotesFragmentPath ); |