From 664de5a816bdcb68ada087f99ef5a76139890fdf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 1 Oct 2019 09:57:59 +0200 Subject: loplugin:stringconstant (clang-cl) Change-Id: Id1a82cea4444255fdb693e126b7571a406094624 Reviewed-on: https://gerrit.libreoffice.org/79916 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svtools/source/uno/fpicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source') diff --git a/svtools/source/uno/fpicker.cxx b/svtools/source/uno/fpicker.cxx index e8e5e451dd53..076f59a8d346 100644 --- a/svtools/source/uno/fpicker.cxx +++ b/svtools/source/uno/fpicker.cxx @@ -44,7 +44,7 @@ static OUString FilePicker_getSystemPickerServiceName() return "com.sun.star.ui.dialogs.SystemFilePicker"; #endif #ifdef _WIN32 - return OUString ("com.sun.star.ui.dialogs.Win32FilePicker"); + return "com.sun.star.ui.dialogs.Win32FilePicker"; #endif } -- cgit