sd/source/ui/dlg/dlgass.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit ea09648aee0f6924418657311983102cc9069b39
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Sep 7 19:14:43 2013 +0200

    No need to check if null here
    
    Change-Id: I4e3841d72eb0dd72ae47f6b75126e559067dd5bf

diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 892d64e..0de4bf8 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -1673,8 +1673,7 @@ void AssistentDlgImpl::SavePassword( SfxObjectShellLock 
xDoc, const OUString& rP
                 maPasswordList.push_back( pEntry );
             }
 
-            if(pEntry)
-                pEntry->aEncryptionData = aEncryptionData;
+            pEntry->aEncryptionData = aEncryptionData;
           }
         }
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to