summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/eppt.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 12:53:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 20:22:34 +0200
commit2a6f30194afb745df7412b95b53f8165b237da71 (patch)
tree7d7e99066931addf8bd3908f1c8fb7c47b38c4ac /sd/source/filter/eppt/eppt.cxx
parentf23f9d38db7e0b586130af88c7424cc3d85bc2d2 (diff)
loplugin:sequenceloop in sd
Change-Id: Ibd809c8e48cd08123194071bf6f179a836f84cde Reviewed-on: https://gerrit.libreoffice.org/77525 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/eppt/eppt.cxx')
-rw-r--r--sd/source/filter/eppt/eppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index 2b2b886aa4b7..d9c6b62656b5 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -835,7 +835,7 @@ bool PPTWriter::ImplCreateDocument()
css::uno::Reference< css::container::XNameContainer > aXCont( aXCPSup->getCustomPresentations() );
if ( aXCont.is() )
{
- css::uno::Sequence< OUString> aNameSeq( aXCont->getElementNames() );
+ const css::uno::Sequence< OUString> aNameSeq( aXCont->getElementNames() );
if ( aNameSeq.hasElements() )
{
mpPptEscherEx->OpenContainer( EPP_NamedShows );