summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 13:26:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 13:26:58 +0100
commit4c34ae20ed2d36e3853ce4c5cf6bea0d7d088d6b (patch)
tree8e7436dca82a17e8dfd4752b38e01450b8f3de59 /sfx2
parent594733a5410fed82968d10a9854a82e8d896f250 (diff)
loplugin:bodynotinblock
Change-Id: I10e532dcbe98384fde9c553ccd2e151abf53251f
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 1bd60c6b144d..8209bd458607 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!