[Libreoffice-commits] .: fpicker/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 15:29:09 PDT 2012


 fpicker/source/win32/filepicker/filepickerstate.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit bb43dc240c8fb4c09033eda5dac15ea41e7647db
Author: jailletc36 <christophe.jaillet at wanadoo.fr>
Date:   Tue Oct 30 23:24:26 2012 +0100

    cppCheck: avoid obvious 'redundantAssignment'
    
    
    Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff
    Signed-off-by: jailletc36 <christophe.jaillet at wanadoo.fr>
    Reviewed-on: https://gerrit.libreoffice.org/944
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at 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 );
     }
 


More information about the Libreoffice-commits mailing list