From 7f305223fa6d6a1ad4a6f906b14f879cb01539be Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 2 Nov 2019 19:52:33 +0100 Subject: New loplugin:conditionalstring Change-Id: I2eab990c15f845b44a3b598571aca361dadf9ff3 Reviewed-on: https://gerrit.libreoffice.org/81946 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- svx/source/fmcomp/fmgridif.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index 80d4bee1aca9..d5adc465855f 100644 --- a/svx/source/fmcomp/fmgridif.cxx +++ b/svx/source/fmcomp/fmgridif.cxx @@ -743,7 +743,7 @@ void SAL_CALL FmXGridControl::setDesignMode(sal_Bool bOn) // prepare firing an event aModeChangeEvent.Source = *this; - aModeChangeEvent.NewMode = mbDesignMode ? OUString( "design" ) : OUString( "alive" ); + aModeChangeEvent.NewMode = mbDesignMode ? OUStringLiteral( "design" ) : OUStringLiteral( "alive" ); } // --- --- -- cgit