summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_canvasfont.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-01 09:57:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-01 13:19:04 +0200
commit664de5a816bdcb68ada087f99ef5a76139890fdf (patch)
tree30dca6260b95bf402930be3eb33766923182b1c1 /canvas/source/directx/dx_canvasfont.cxx
parentf88160d640b3efe4ffdf8126795a56d25d83944d (diff)
loplugin:stringconstant (clang-cl)
Change-Id: Id1a82cea4444255fdb693e126b7571a406094624 Reviewed-on: https://gerrit.libreoffice.org/79916 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'canvas/source/directx/dx_canvasfont.cxx')
-rw-r--r--canvas/source/directx/dx_canvasfont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_canvasfont.cxx b/canvas/source/directx/dx_canvasfont.cxx
index e306fe84b1af..e24553c7ca29 100644
--- a/canvas/source/directx/dx_canvasfont.cxx
+++ b/canvas/source/directx/dx_canvasfont.cxx
@@ -114,7 +114,7 @@ namespace dxcanvas
OUString SAL_CALL CanvasFont::getImplementationName()
{
- return OUString( "DXCanvas::CanvasFont" );
+ return "DXCanvas::CanvasFont";
}
sal_Bool SAL_CALL CanvasFont::supportsService( const OUString& ServiceName )