summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/slideshow.cxx')
-rw-r--r--sd/source/ui/slideshow/slideshow.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx
index 1044e420983e..68011fc1c9ec 100644
--- a/sd/source/ui/slideshow/slideshow.cxx
+++ b/sd/source/ui/slideshow/slideshow.cxx
@@ -249,9 +249,7 @@ sal_Bool SAL_CALL SlideShow::supportsService( const OUString& ServiceName )
Sequence< OUString > SAL_CALL SlideShow::getSupportedServiceNames( )
{
- OUString aService( "com.sun.star.presentation.Presentation" );
- Sequence< OUString > aSeq( &aService, 1 );
- return aSeq;
+ return { "com.sun.star.presentation.Presentation" };
}
// XPropertySet