summaryrefslogtreecommitdiff
path: root/svx/source/unogallery
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:10 +0200
commit06daea730e65b70f1a2c6adaeeeaa8fc2927a311 (patch)
tree004e42e16b58cc4885bbf09019127289fbb3dd9a /svx/source/unogallery
parent39642d415cd70165574f91500801d3b49c65d646 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): svx
Change-Id: Idbdee862f96a3d9e6baaa7203528a423c017eb80 Reviewed-on: https://gerrit.libreoffice.org/76640 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/unogallery')
-rw-r--r--svx/source/unogallery/unogalitem.cxx2
-rw-r--r--svx/source/unogallery/unogaltheme.cxx2
-rw-r--r--svx/source/unogallery/unogalthemeprovider.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx
index da2f64c9ae87..74023011d380 100644
--- a/svx/source/unogallery/unogalitem.cxx
+++ b/svx/source/unogallery/unogalitem.cxx
@@ -116,7 +116,7 @@ void SAL_CALL GalleryItem::release()
OUString SAL_CALL GalleryItem::getImplementationName()
{
- return OUString( "com.sun.star.comp.gallery.GalleryItem" );
+ return "com.sun.star.comp.gallery.GalleryItem";
}
sal_Bool SAL_CALL GalleryItem::supportsService( const OUString& ServiceName )
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx
index 88a8bff8cae8..ef6d7c83c409 100644
--- a/svx/source/unogallery/unogaltheme.cxx
+++ b/svx/source/unogallery/unogaltheme.cxx
@@ -68,7 +68,7 @@ GalleryTheme::~GalleryTheme()
OUString SAL_CALL GalleryTheme::getImplementationName()
{
- return OUString( "com.sun.star.comp.gallery.GalleryTheme" );
+ return "com.sun.star.comp.gallery.GalleryTheme";
}
sal_Bool SAL_CALL GalleryTheme::supportsService( const OUString& ServiceName )
diff --git a/svx/source/unogallery/unogalthemeprovider.cxx b/svx/source/unogallery/unogalthemeprovider.cxx
index c55adb55b356..a0b72e997435 100644
--- a/svx/source/unogallery/unogalthemeprovider.cxx
+++ b/svx/source/unogallery/unogalthemeprovider.cxx
@@ -87,7 +87,7 @@ GalleryThemeProvider::GalleryThemeProvider() :
OUString SAL_CALL GalleryThemeProvider::getImplementationName()
{
- return OUString( "com.sun.star.comp.gallery.GalleryThemeProvider" );
+ return "com.sun.star.comp.gallery.GalleryThemeProvider";
}
sal_Bool SAL_CALL GalleryThemeProvider::supportsService( const OUString& ServiceName )