[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann
sbergman at redhat.com
Tue Nov 10 04:27:20 PST 2015
sfx2/source/dialog/dinfdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4c34ae20ed2d36e3853ce4c5cf6bea0d7d088d6b
Author: Stephan Bergmann <sbergman at 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!
More information about the Libreoffice-commits
mailing list