fpicker/source/win32/filepicker/filepickerstate.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit bb43dc240c8fb4c09033eda5dac15ea41e7647db Author: jailletc36 <christophe.jail...@wanadoo.fr> Date: Tue Oct 30 23:24:26 2012 +0100 cppCheck: avoid obvious 'redundantAssignment' Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff Signed-off-by: jailletc36 <christophe.jail...@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/944 Reviewed-by: Michael Stahl <mst...@redhat.com> Tested-by: Michael Stahl <mst...@redhat.com> diff --git a/fpicker/source/win32/filepicker/filepickerstate.cxx b/fpicker/source/win32/filepicker/filepickerstate.cxx index f4cac50..3684d4a 100644 --- a/fpicker/source/win32/filepicker/filepickerstate.cxx +++ b/fpicker/source/win32/filepicker/filepickerstate.cxx @@ -498,7 +498,6 @@ OUString SAL_CALL CExecuteFilePickerState::getLabel( sal_Int16 aControlId ) OUString ctrlLabel; if ( nRet ) { - ctrlLabel = OUString( aLabel, rtl_ustr_getLength( aLabel ) ); ctrlLabel = WindowsToSOfficeLabel( aLabel ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits