sfx2/source/dialog/dinfdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c34ae20ed2d36e3853ce4c5cf6bea0d7d088d6b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Nov 10 13:26:42 2015 +0100

    loplugin:bodynotinblock
    
    Change-Id: I10e532dcbe98384fde9c553ccd2e151abf53251f

diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 1bd60c6..8209bd4 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -570,7 +570,7 @@ bool SfxDocumentInfoItem::PutValue( const Any& rVal, 
sal_uInt8 nMemberId )
         case MID_DOCINFO_USETHUMBNAILSAVE:
             bRet = (rVal >>=bValue);
             if ( bRet )
-            SetUseThumbnailSave( bValue );
+                SetUseThumbnailSave( bValue );
             break;
         case MID_DOCINFO_DELETEUSERDATA:
             // QUESTION: deleting user data was done here; seems to be 
superfluous!
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to