summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/SdUnoSlideView.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:49:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:16 +0200
commit680fb734cd7c0121cc1ba5d45e1d3f0153907fe3 (patch)
treea25a3bb62bfd257606c835e285a5cc3b13fc4247 /sd/source/ui/unoidl/SdUnoSlideView.cxx
parentec7a52125cd0674b58f58d0678e23885d67e1484 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sd
Change-Id: Ie309b2add3f615822a16e69c41c5e2e9f0ac9f7d Reviewed-on: https://gerrit.libreoffice.org/76650 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoSlideView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoSlideView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/SdUnoSlideView.cxx b/sd/source/ui/unoidl/SdUnoSlideView.cxx
index 8df0ab9f2542..01c6d0d923e7 100644
--- a/sd/source/ui/unoidl/SdUnoSlideView.cxx
+++ b/sd/source/ui/unoidl/SdUnoSlideView.cxx
@@ -154,7 +154,7 @@ Any SAL_CALL SdUnoSlideView::getFastPropertyValue (
// XServiceInfo
OUString SAL_CALL SdUnoSlideView::getImplementationName( )
{
- return OUString( "com.sun.star.comp.sd.SdUnoSlideView" );
+ return "com.sun.star.comp.sd.SdUnoSlideView";
}
sal_Bool SAL_CALL SdUnoSlideView::supportsService( const OUString& ServiceName )