From 64d9394823ed44f0c3e6cca8d82dac8146a9c54e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Jun 2013 11:40:13 +0100 Subject: Revert "Initialize SfxObjectShell bIsInGenerateThumbnail to sal_False." I commited this to the wrong branch This reverts commit 9f1e4bc48597ba429001cd4d1707983bc5f426a0. --- sfx2/source/doc/objxtor.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 133ac0280399..242ec24360c6 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -294,7 +294,6 @@ SfxObjectShell::SfxObjectShell( const sal_uInt64 i_nCreationFlags ) , pStyleSheetPool(0) , eCreateMode( ( i_nCreationFlags & SFXMODEL_EMBEDDED_OBJECT ) ? SFX_CREATE_MODE_EMBEDDED : SFX_CREATE_MODE_STANDARD ) , bHasName( sal_False ) - , bIsInGenerateThumbnail ( sal_False ) { DBG_CTOR(SfxObjectShell, 0); @@ -341,8 +340,7 @@ SfxObjectShell::SfxObjectShell pMedium(0), pStyleSheetPool(0), eCreateMode(eMode), - bHasName( sal_False ), - bIsInGenerateThumbnail ( sal_False ) + bHasName( sal_False ) { DBG_CTOR(SfxObjectShell, 0); } -- cgit v1.2.3